Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

SyntaxError #8

Closed
chatzipavlou opened this issue Feb 4, 2018 · 1 comment
Closed

SyntaxError #8

chatzipavlou opened this issue Feb 4, 2018 · 1 comment
Labels

Comments

@chatzipavlou
Copy link

File "winbot.py", line 30
print '\n\n\nstart cycle:' +str(i + 1)
^
SyntaxError: invalid syntax

@jflessau jflessau added the bug label Feb 12, 2018
@jflessau
Copy link
Owner

jflessau commented Feb 19, 2018

I’ve replaced every single quote (') in winbot.py with double quotes ("), that should fix it.
Also: Do not run this script by using pythoin IDE.

Edit: Changet the print statements to fit python 3 syntax.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants