Skip to content

Commit

Permalink
remove extra bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Sep 6, 2023
1 parent e3084c4 commit e1b8b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main():
["analyse", "reprocess"],
thermal.classify_job,
conf.tracking_workers,
))
)
logger.info("checking for recordings")
while True:
try:
Expand Down

0 comments on commit e1b8b7d

Please sign in to comment.