Fix codestyle

This commit is contained in:
Anton
2018-04-28 00:30:42 +03:00
parent 82ea56c8fd
commit 2267a420a4
4 changed files with 10 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ for pair in PAIRS:
if not data:
print('\tNo data was downloaded')
break
print('\tData was downloaded for period %s - %s' % (
arrow.get(data[0][0] / 1000).format(),
arrow.get(data[-1][0] / 1000).format()))