|
@@ -18,7 +18,7 @@ from sqlalchemy import create_engine
|
|
class send_material_report_weekly:
|
|
class send_material_report_weekly:
|
|
def __init__(self):
|
|
def __init__(self):
|
|
self.OuterStr = "mysql+pymysql://%s:%s@%s:%d/%s" % (
|
|
self.OuterStr = "mysql+pymysql://%s:%s@%s:%d/%s" % (
|
|
- "hcst", parse.quote_plus("hcst@2021"), "111.206.86.186", 3390, "application")
|
|
|
|
|
|
+ "hcst", parse.quote_plus("hcst@2021"), "192.168.0.184", 3390, "application")
|
|
self.OuterConn = create_engine(self.OuterStr,
|
|
self.OuterConn = create_engine(self.OuterStr,
|
|
pool_size=10,
|
|
pool_size=10,
|
|
max_overflow=5,
|
|
max_overflow=5,
|