This commit is contained in:
Sean Corrigan 2020-12-24 14:59:40 -05:00
parent 6e8fe1eb10
commit 653bb3122c

View File

@ -48,6 +48,7 @@ if __name__ == "__main__":
while True: while True:
try: try:
# main() # main()
pass
except: except:
pass pass
main() main()