You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meraki-code/meraki_cloud_simulator/merakicloudsimulator/webhooksimulator.py and meraki-code/meraki_cloud_simulator/merakicloudsimulator/ locationscanningsimulator.py are broken with python version 3.9.1
#8
It seems to me that they are using the deprecated method threading.Thread.isAlive() instead of the new threading.Thread.is_alive()
The text was updated successfully, but these errors were encountered:
culgb
changed the title
webhooksimulator.py and locationscanningsimulator.py are broken with python version 3.9.1
meraki-code/meraki_cloud_simulator/merakicloudsimulator/webhooksimulator.py and meraki-code/meraki_cloud_simulator/merakicloudsimulator/ locationscanningsimulator.py are broken with python version 3.9.1
Feb 25, 2021
It seems to me that they are using the deprecated method threading.Thread.isAlive() instead of the new threading.Thread.is_alive()
The text was updated successfully, but these errors were encountered: