arch done
This commit is contained in:
@@ -139,8 +139,9 @@ def parseArgs():
|
||||
help = ('If specified, only include inactive servers (default is active + inactive)'))
|
||||
return(args)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
args = vars(parseArgs().parse_args())
|
||||
m = MirrorIdx(**args, statuses = True)
|
||||
for s in m.ranked_servers:
|
||||
print('Server = {0}$repo/os/$arch'.format(s['url']))
|
||||
print('Server = {0}$repo/os/$arch'.format(s['url']))
|
||||
|
||||
Reference in New Issue
Block a user