Browse Source

시작 문 변경

2DU 9 years ago
parent
commit
5b7b4a1454
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -14,7 +14,7 @@ import hashlib
 json_data = open('set.json').read()
 data = json.loads(json_data)
 
-print('오픈나무 시작 포트 : ' + data['port'])
+print('port : ' + data['port'])
 
 import logging
 log = logging.getLogger('werkzeug')