Explorar el Código

작동중임을 알리는 문구 추가

Surplus_Up (2DU) hace 6 años
padre
commit
7537620e0f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app.py

+ 2 - 0
app.py

@@ -325,6 +325,8 @@ if not curs.fetchall():
 
 conn.commit()
 
+print('Now running... http://localhost:3000')
+
 if os.path.exists('custom.py'):
     from custom import custom_run