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:
parent
25672ae360
commit
dd945b86a5
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ if __name__ == '__main__':
|
|||
|
||||
mongo = connect(mongodb_uri=argv.mongo_uri)
|
||||
if not mongo:
|
||||
print('Failed to connect!')
|
||||
sys.exit(1)
|
||||
|
||||
new_user = ProviderAdminUser.make_provider(email=email.lower(), password=password, country=argv.country,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue