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
When running the ding-dong-bot, it complains an error about the print statement in the on_scan function.
The given qrcode parameter is not a string, but a ScanStatus.
That print statement needs to be fixed.