Procházet zdrojové kódy

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

Surplus_Up (2DU) před 6 roky
rodič
revize
a9a87503d5
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      app.py

+ 2 - 0
app.py

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