alright icon indicating copy to clipboard operation
alright copied to clipboard

send_message1() is failing with UnboundLocalError

Open gklein opened this issue 3 years ago • 1 comments

send_message1() is constantly failing with an UnboundLocalError message.

File ~/alright/alright/init.py:453, in WhatsApp.send_message1(self, mobile, message) 450 msg = f"3 " 452 finally: --> 453 LOGGER.info(f"{msg}") 454 return msg

UnboundLocalError: local variable 'msg' referenced before assignment

gklein avatar Jan 01 '23 12:01 gklein

Resolved this, please pull the latest code

Kalebu avatar Feb 12 '23 12:02 Kalebu