diff --git a/src/index.py b/src/index.py index 9fbb4d1..ac381ae 100644 --- a/src/index.py +++ b/src/index.py @@ -229,5 +229,7 @@ def contact(): info = {'css': 'box', 'title': 'blessfrey - contact chimchooree', 'year': datetime.datetime.now()} return template('contact.tpl', info) +## Main ## + if __name__ == '__main__': run(host='127.0.0.1', port=9001)