scaratozzolo / MouseTools

A Python wrapper for Disney's API
https://gitlab.com/caratozzoloxyz/public/MouseTools
MIT License
29 stars 7 forks source link

Name Error #18

Closed asteelebush closed 9 months ago

asteelebush commented 9 months ago

As of a couple weeks ago, a script I have been using for a couple years now accessing mousetools is dead. It's no longer able to find park ids and is now telling me there's a NameError when I try to call MouseTools. Is mousetools dead?

asteelebush commented 9 months ago
ParkIDS=MouseTools.ids.DLR_PARK_IDS

NameError: name 'MouseTools' is not defined

asteelebush commented 9 months ago

nvm. At some point there was a switch from MouseTools to mousetools and it messed up the code. Working as expected now