te
Browse files- app.py +2 -0
- app/Http/controller/generated_systems +1 -0
app.py
CHANGED
@@ -62,6 +62,8 @@ if __name__ == "__main__":
|
|
62 |
|
63 |
# ใใใใฐใขใผใใใฉใใใๅคๅฎ
|
64 |
is_debug = "--debug" in sys.argv or any("debugpy" in arg for arg in sys.argv)
|
|
|
|
|
65 |
|
66 |
# ใใใใฐใขใผใใฎๅ ดๅใใใใใฐใตใผใใผใใปใใใขใใ
|
67 |
if is_debug:
|
|
|
62 |
|
63 |
# ใใใใฐใขใผใใใฉใใใๅคๅฎ
|
64 |
is_debug = "--debug" in sys.argv or any("debugpy" in arg for arg in sys.argv)
|
65 |
+
|
66 |
+
is_debug = False
|
67 |
|
68 |
# ใใใใฐใขใผใใฎๅ ดๅใใใใใฐใตใผใใผใใปใใใขใใ
|
69 |
if is_debug:
|
app/Http/controller/generated_systems
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 235a15821e871dd353cbd71ba7c6053cf7608641
|