This website requires JavaScript.
Explore
Help
Sign In
sartography
/
protocol-builder-mock
Watch
1
Star
0
Fork
0
You've already forked protocol-builder-mock
mirror of
https://github.com/sartography/protocol-builder-mock.git
synced
2025-01-12 16:54:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
protocol-builder-mock
/
run.py
4 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
fixing my stupids.
2020-01-08 16:05:16 -05:00
from
app
import
app
Initializing project.
2020-01-08 15:57:00 -05:00
if
__name__
==
"
__main__
"
:
Changing the port.
2020-01-08 16:14:16 -05:00
app
.
run
(
host
=
'
0.0.0.0
'
,
port
=
5001
)
Reference in New Issue
Copy Permalink