worker: Fixed async
This commit is contained in:
parent
d50f130b0e
commit
f72016332a
@ -91,7 +91,7 @@ def site_exists(domain):
|
||||
else:
|
||||
return False
|
||||
|
||||
async def new_site(domain,port):
|
||||
def new_site(domain,port):
|
||||
script = 'bash wp.sh ' + domain + ' '+ str(port)
|
||||
os.system(script)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user