Update main.p
Browse files- main.py → app.py +2 -1
main.py → app.py
RENAMED
@@ -628,4 +628,5 @@ if __name__ == "__main__":
|
|
628 |
# Register cleanup function
|
629 |
atexit.register(cleanup_temp_files)
|
630 |
|
631 |
-
main()
|
|
|
|
628 |
# Register cleanup function
|
629 |
atexit.register(cleanup_temp_files)
|
630 |
|
631 |
+
main()
|
632 |
+
|