1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
This commit is contained in:
topilski 2019-09-19 23:32:06 -04:00
parent 6b4695589b
commit c22b1b1a08

View file

@ -26,7 +26,6 @@ if __name__ == '__main__':
mysql_user = argv.mysql_user
mysql_password = argv.mysql_password
server_id = argv.server_id
country = argv.country
mongo = connect(host=argv.mongo_uri)
if not mongo: