diff --git a/index.py b/index.py index 60ba7c2..223833a 100644 --- a/index.py +++ b/index.py @@ -8,4 +8,4 @@ def home(): if __name__ == "__main__": - app.run()#(debug=False,host='0.0.0.0') \ No newline at end of file + app.run(debug=False,host='0.0.0.0') \ No newline at end of file diff --git a/out_13012024.zip b/out_13012024.zip new file mode 100644 index 0000000..45c3d9c Binary files /dev/null and b/out_13012024.zip differ