Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3756038
D1006.id3812.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
336 B
Referenced Files
None
Subscribers
None
D1006.id3812.diff
View Options
diff --git a/app.py b/app.py
--- a/app.py
+++ b/app.py
@@ -255,8 +255,8 @@
global service
service = initialize_application()
- if __name__ == "__main__":
- web_application.run(host="0.0.0.0")
+ web_application.run(host="0.0.0.0")
-run_application(app)
+if __name__ == '__main__':
+ run_application(app)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 20:26 (22 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2252896
Default Alt Text
D1006.id3812.diff (336 B)
Attached To
Mode
D1006: Don't run the application in test environment
Attached
Detach File
Event Timeline
Log In to Comment