IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open at RIT
Accessibility
tex2html
Commits
8d095e63
Commit
8d095e63
authored
Jun 30, 2021
by
Suhas CV
Browse files
debug prod
parent
b8720335
Changes
1
Hide whitespace changes
Inline
Side-by-side
wsgi.py
View file @
8d095e63
...
...
@@ -3,4 +3,4 @@ import os
if
__name__
==
"__main__"
:
port
=
int
(
os
.
environ
.
get
(
'PORT'
,
5000
))
app
.
run
(
host
=
'0.0.0.0'
,
port
=
port
,
debug
=
True
)
\ No newline at end of file
app
.
run
(
host
=
'0.0.0.0'
,
port
=
port
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment