|
@@ -22,7 +22,7 @@ with open('/data/pythonProject/video_to_word/config/config.yaml', mode='r', enco
|
|
|
mac_ip_config = config['mac_ip_config']
|
|
|
|
|
|
mac = uuid.UUID(int=uuid.getnode()).hex[-12:]
|
|
|
-if mac in ['5254003fa716', '52540003f5dd']:
|
|
|
+if mac in ['5254003fa716', '00163e9162d9']:
|
|
|
ai_word_engine = get_db_engine(config['ai_word_dev_db'])
|
|
|
jeecg_engine = get_db_engine(config['jeecg_boot_dev_db'])
|
|
|
else:
|