개정판 5aa151cb
issue #1366: modified generate license key routine
Change-Id: I3f88eeb6c6d8b836a5286a03da051f7ad9cdd777
DTI_PID/WebServer/app.py | ||
---|---|---|
1 |
# run.py
|
|
1 |
# app.py
|
|
2 | 2 |
|
3 | 3 |
# Add your settings here... this is a temporary location, as the settings for a Flask app |
4 | 4 |
# should be stored separate from your main program. |
... | ... | |
7 | 7 |
from app import app |
8 | 8 |
|
9 | 9 |
if __name__ == "__main__": |
10 |
app.run() |
|
10 |
app.run(debug=False) |
내보내기 Unified diff