mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +01:00
Remove line left from testing
This commit is contained in:
parent
a90ac7f20e
commit
4b60eb3f5e
@ -420,7 +420,6 @@ def main():
|
|||||||
action='store_false', default=True,
|
action='store_false', default=True,
|
||||||
help='disable colored output')
|
help='disable colored output')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
if args.list_categories:
|
if args.list_categories:
|
||||||
cur_color = 'zebra_0'
|
cur_color = 'zebra_0'
|
||||||
for key, value in sorted(categories.items()) :
|
for key, value in sorted(categories.items()) :
|
||||||
@ -448,7 +447,6 @@ def main():
|
|||||||
for i in f.readlines()][3:])
|
for i in f.readlines()][3:])
|
||||||
except IOError:
|
except IOError:
|
||||||
print('Could not fetch additional mirrors', color='WARN')
|
print('Could not fetch additional mirrors', color='WARN')
|
||||||
print(*mirrors, sep="\n")
|
|
||||||
for mirror in mirrors:
|
for mirror in mirrors:
|
||||||
try:
|
try:
|
||||||
print('Trying', mirror, end='... ')
|
print('Trying', mirror, end='... ')
|
||||||
|
Loading…
Reference in New Issue
Block a user