mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Added addartists rule type
This commit is contained in:
2
maloja
2
maloja
@@ -302,7 +302,7 @@ def update():
|
||||
returnval = os.system("./update_requirements.sh")
|
||||
assert returnval == 0
|
||||
except:
|
||||
print("Make sure to update required modules! (" + yellow("bash update_requirements.sh") + ")")
|
||||
print("Make sure to update required modules! (" + yellow("./update_requirements.sh") + ")")
|
||||
|
||||
if stop(): start() #stop returns whether it was running before, in which case we restart it
|
||||
|
||||
|
||||
Reference in New Issue
Block a user