Remove this ifmain.

This commit is contained in:
voussoir 2020-03-28 16:53:39 -07:00
parent d407326392
commit 790fbd7b9a

View file

@ -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