fix typo
This commit is contained in:
parent
c39e6a8ab2
commit
01717db5df
1 changed files with 1 additions and 1 deletions
|
|
@ -734,7 +734,7 @@ def main(options, session):
|
|||
curr_chk_thread = start_currency_checker(session, repomgr)
|
||||
if not regen_thread.isAlive():
|
||||
logger.error("Currency checker thread died. Restarting it.")
|
||||
rege_thread = start_regen_loop(session, repomgr)
|
||||
regen_thread = start_regen_loop(session, repomgr)
|
||||
except KeyboardInterrupt:
|
||||
logger.warn("User exit")
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue