You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2024. It is now read-only.
When I install under python3 I get the following error:
>>> from dogpush import dogpush
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.7/site-packages/dogpush/dogpush.py", line 229
print '# team: TEAMNAME'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('# team: TEAMNAME')?
>>>