1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added basic filter selection for top artists and top tracks web view

This commit is contained in:
Krateng
2019-04-01 18:15:08 +02:00
parent b4f3f17f9d
commit 6c646f5aac
7 changed files with 55 additions and 7 deletions

3
maloja
View File

@@ -161,7 +161,8 @@ def install():
if fail: return False
print("All modules successfully installed!")
return True
print("Run the script again (without root) to start Maloja.")
return False
else:
print("All necessary modules seem to be installed.")