update scripts to not cd to TODO MUSIC
This commit is contained in:
@@ -11,8 +11,7 @@ def main():
|
||||
print("Url has to be a soundcloud link!")
|
||||
sys.exit(-1)
|
||||
print("executing command")
|
||||
call("cd /home/sem/TODO\ MUSIC/",shell=True)
|
||||
call("./download-soundcloud.sh " + url,shell=True)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user