Closed phobrain closed 6 years ago
ginfty.py:
Added:
from future import print_function
Stuck on this, line 386:
res = {**res, **res_valid} ^
SyntaxError: invalid syntax
Thanks:)
The code should now be fixed, unfortunately I cannot test it here. The following fixes are done:
Please let me know if there is still an issue with python2.
ginfty.py:
Added:
from future import print_function
Stuck on this, line 386:
SyntaxError: invalid syntax