1
0
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:
Krateng
2019-10-24 04:03:44 +02:00
parent a8a15826c3
commit 580350c1d6
5 changed files with 24 additions and 8 deletions

2
maloja
View File

@@ -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