1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00

fix not flushing on time

This commit is contained in:
Viktor Stanchev 2015-09-03 21:48:57 -07:00
parent 43f8ffefea
commit b8fa71d141

View File

@ -191,7 +191,7 @@ def main():
for mirror in mirrors:
try:
print('Trying', mirror, end='... ')
print('Trying', mirror, end='... \n')
mags, sizes, uploaded, ids = pirate.torrent.remote(
pages=args.pages,
category=pirate.torrent.parse_category(args.category),