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