From 97a963172ce715ef3769dd6789d61f4beff02710 Mon Sep 17 00:00:00 2001 From: chimchooree Date: Tue, 24 Nov 2020 11:38:29 -0600 Subject: [PATCH] test comment --- src/index.py | 2 ++ 1 file changed, 2 insertions(+) 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)