Skip to content

Line 3483 (and 4936) Error Code Fixes - Attached are fixes that seem to work for me #64

@Aquind

Description

@Aquind

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions