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 has been 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')?
>>>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I install under python3 I get the following error:
The text was updated successfully, but these errors were encountered: