Python 3 support

#catalyst/curate/poloniex.py:
Change 
`print url`
to
`print(url)`
This commit is contained in:
Maciek
2017-11-18 13:40:50 +11:00
committed by GitHub
parent ee1605a5e6
commit 01b02ccd84
+1 -1
View File
@@ -129,7 +129,7 @@ class PoloniexCurator(object):
start = str(newstart),
end = str(end)
)
print url
print(url)
attempts = 0
success = 0