Skip to content

Commit

Permalink
Merge pull request #12 from stefanor/non-ascii
Browse files Browse the repository at this point in the history
Don't use non-ASCII in things you print
  • Loading branch information
CarlFK authored Jan 11, 2017
2 parents fea8958 + b942c48 commit 63c5b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def get_clock(core_ip, core_clock_port=9998):
print('obtained NetClientClock from host: {ip}:{port}'.format(
ip=core_ip, port=core_clock_port) )

print('waiting for NetClientClock to sync')
print('waiting for NetClientClock to sync...')
clock.wait_for_sync(Gst.CLOCK_TIME_NONE)

return clock
Expand Down

0 comments on commit 63c5b79

Please sign in to comment.