We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50f7c4 commit 20c0b2cCopy full SHA for 20c0b2c
2 files changed
requirements.txt
-2.39 KB
src/main.py
@@ -25,5 +25,5 @@ def main():
25
for p in workers:
26
p.join()
27
28
-if __name__ == '__main__':
+if __name__ == "__main__":
29
main()
0 commit comments