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:
parent
43f8ffefea
commit
b8fa71d141
@ -191,7 +191,7 @@ def main():
|
|||||||
|
|
||||||
for mirror in mirrors:
|
for mirror in mirrors:
|
||||||
try:
|
try:
|
||||||
print('Trying', mirror, end='... ')
|
print('Trying', mirror, end='... \n')
|
||||||
mags, sizes, uploaded, ids = pirate.torrent.remote(
|
mags, sizes, uploaded, ids = pirate.torrent.remote(
|
||||||
pages=args.pages,
|
pages=args.pages,
|
||||||
category=pirate.torrent.parse_category(args.category),
|
category=pirate.torrent.parse_category(args.category),
|
||||||
|
Loading…
Reference in New Issue
Block a user