mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fine tune
This commit is contained in:
@@ -13,9 +13,9 @@ def print_top():
|
||||
line = ""
|
||||
buffer = ""
|
||||
with open(NAME, "r", encoding="utf-8") as f:
|
||||
for _ in range (65):
|
||||
for _ in range (45):
|
||||
line = f.readline()
|
||||
if re.match("", line):
|
||||
if re.match(".*mp3", line):
|
||||
buffer += line
|
||||
print("=====================================")
|
||||
print(buffer)
|
||||
|
||||
Reference in New Issue
Block a user