mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@ -112,4 +112,4 @@ def mark_message(id, mark):
|
|||||||
|
|
||||||
|
|
||||||
def send_message(to, message):
|
def send_message(to, message):
|
||||||
return call("/unit/%s/inbox" % to, message)
|
return call("/unit/%s/inbox" % to, message.encode('utf-8'))
|
||||||
|
Reference in New Issue
Block a user