The following errors (which I don't think affect the operation of the application) appeared when running main.py:
PS B:\FindTheMag2-main> python main.py
B:\FindTheMag2-main\main.py:4936: SyntaxWarning: "\|" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\|"? A raw string is also an option.
---- _ ___/ /\|
B:\FindTheMag2-main\main.py:3483: SyntaxWarning: 'return' in a 'finally' block
return
Line 4936 was replaced with:
"""[Insert Image of Pony Here]"""
It removes the error but gets rid of the awesome pony image :/
Line 3483 was replaced with:
pass
Here is the attached revised file: Feel free to use it if it helps:
main.py_revision.txt
The following errors (which I don't think affect the operation of the application) appeared when running main.py:
Here is the attached revised file: Feel free to use it if it helps:
main.py_revision.txt