1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

More logs

This commit is contained in:
topilski 2020-02-17 03:04:34 -05:00
parent 25672ae360
commit dd945b86a5

View file

@ -24,6 +24,7 @@ if __name__ == '__main__':
mongo = connect(mongodb_uri=argv.mongo_uri) mongo = connect(mongodb_uri=argv.mongo_uri)
if not mongo: if not mongo:
print('Failed to connect!')
sys.exit(1) sys.exit(1)
new_user = ProviderAdminUser.make_provider(email=email.lower(), password=password, country=argv.country, new_user = ProviderAdminUser.make_provider(email=email.lower(), password=password, country=argv.country,