scripts: add python3 compatibility for the bot

italian
pxgamer 2018-08-24 10:50:41 +01:00 committed by Starbeamrainbowlabs
parent 0476a38556
commit fae6737841
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def post_comment(pr_id, comment_body):
# Making the request
f = urllib2.urlopen(req)
if f.getcode() != 200:
print f.read()
print(f.read())
# Get the environment variables