Skip to content

Commit

Permalink
Improve messsage in basic_example
Browse files Browse the repository at this point in the history
  • Loading branch information
cript0nauta committed Oct 31, 2019
1 parent 8b66689 commit ee1b9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/basic_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
if __name__ == '__main__':

for j in range(10):
print("Esto va a stoerr", file=sys.stderr)
print("This goes to stderr and doesn't need to be JSON", file=sys.stderr)
time.sleep(random.choice([i * 0.1 for i in range(5,7)]))

host_data_ = host_data.copy()
Expand Down

0 comments on commit ee1b9cf

Please sign in to comment.