Fixed typo
This commit is contained in:
parent
e5691b7e97
commit
c66dc92033
@ -68,7 +68,7 @@ if __name__ == '__main__':
|
||||
with open('tor.exit.json', 'w') as fd:
|
||||
json.dump(tor_data['exit'], fd)
|
||||
|
||||
print('Relays: {0:,}'.foramt(len(tor_data['relay'])))
|
||||
print('Relays: {0:,}'.format(len(tor_data['relay'])))
|
||||
print('Exits : {0:,}'.format(len(tor_data['exit'])))
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user