Skip to content

Commit

Permalink
Update retriever.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andresp authored Oct 6, 2024
1 parent 92eb901 commit c380951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docsismodem/retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def main():
def runDaemon():
jobRunner.collectionJob()
consoleLogger.info("Running as daemon")
schedule.every(runEveryMinutes).minutes.do(jobRunner.collectionJob)
schedule.every(runEveryMinutes).minutes.do(jobRunner.CollectionJob)

if enableHealthProbe is True:
while 1:
Expand Down

0 comments on commit c380951

Please sign in to comment.