mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Typo
This commit is contained in:
parent
b1fa6cd4ce
commit
8648ec7659
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if __name__ == '__main__':
|
|||
sys.exit(1)
|
||||
|
||||
server = ServiceSettings.objects(id=server_id).first()
|
||||
if server:
|
||||
if not server:
|
||||
sys.exit(1)
|
||||
|
||||
mydb = mysql.connector.connect(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue