mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Simplified scrobbler code
This commit is contained in:
@@ -3,7 +3,7 @@ from cleanup import *
|
||||
|
||||
log = open(sys.argv[1])
|
||||
|
||||
outputlog = open(sys.argv[2],"a")
|
||||
outputlog = open(sys.argv[2],"w")
|
||||
|
||||
c = CleanerAgent()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user