Skip to content

Commit 87bf66c

Browse files
committed
Removed - application.run(debug=True) as it gives AttributeError: 'module' object has no attribute 'run'
1 parent 10eb2a3 commit 87bf66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
sys.path.insert(1, os.path.join(os.path.abspath('.'), 'lib'))
55
import application
6-
application.run(debug=True)
6+
# application.run(debug=True)

0 commit comments

Comments
 (0)