Remove this ifmain.
This commit is contained in:
parent
d407326392
commit
790fbd7b9a
1 changed files with 0 additions and 3 deletions
|
@ -277,6 +277,3 @@ def start_refresher_thread(rate):
|
|||
print(f'Starting refresher thread, once per {rate} seconds.')
|
||||
refresher = threading.Thread(target=refresher_thread, args=[rate], daemon=True)
|
||||
refresher.start()
|
||||
|
||||
if __name__ == '__main__':
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue