mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 09:33:47 +00:00
Fix reviewing skins for tweeting
This commit is contained in:
parent
32098e3b62
commit
0e2ca87c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ def review():
|
|||
all_skins = []
|
||||
|
||||
filenames = dict()
|
||||
for pair in open("filenames.txt").readlines():
|
||||
for pair in get_lines("filenames.txt"):
|
||||
[md5, filename] = pair.strip().split(" ")
|
||||
filenames[md5] = filename
|
||||
all_skins.append(md5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue