mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-01-12 02:04:20 +00:00
if __name__ == '__main__':
This commit is contained in:
parent
1eadb5cfbf
commit
305aa25014
@ -47,5 +47,6 @@ def css(filename=None):
|
||||
def fonts(filename=None):
|
||||
return flask.send_from_directory('fonts', filename)
|
||||
|
||||
app.debug = True
|
||||
app.run()
|
||||
if __name__ == '__main__':
|
||||
app.debug = True
|
||||
app.run()
|
||||
|
Loading…
Reference in New Issue
Block a user