mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
5 lines
103 B
Python
Executable File
5 lines
103 B
Python
Executable File
#!flask/bin/python
|
|
from app import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug = True, port=9191) |