Skip to content

Commit

Permalink
spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
funtimes-ninja committed Jan 4, 2018
1 parent 2c5a527 commit 904cca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
nodes.txt
2 changes: 1 addition & 1 deletion storj_query.py
Expand Up @@ -101,7 +101,7 @@ def print_format(data):
elif compare_time(data['time_stamp']) == 6:
Color.yellow(" {:<19s}".format(data['time_stamp']), end="")
else:
Color.red(" {:<19s} ".format(data['time_stamp']), end="")
Color.red(" {:<19s}".format(data['time_stamp']), end="")
print(" {:<4s} ".format(data['rep']), end="")
print(" {:<19s} ".format(data['response']), end="")
try:
Expand Down

0 comments on commit 904cca6

Please sign in to comment.