1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-14 22:22:18 +00:00

fixed indenting with vim pymode plugin, woops (been a while for python)

This commit is contained in:
Emory P 2013-11-01 17:12:38 -04:00
parent 0ebd20bc64
commit 8d678bef87

View File

@ -79,7 +79,7 @@ class Scanner:
self.__remove_track(tr)
return False
else:
print "Added ", path
print "Added ", path
tag = self.__try_load_tag(path)
if not tag:
return False