Update utils.py

This commit is contained in:
ReneKlever 2025-06-12 19:57:28 +02:00 committed by GitHub
parent ec35a2d811
commit 926b2c0817
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,6 @@ def datum(date):
mydate = yymmdd[1] + " " + dag + "/" + maand + "/" + jaar[2:]
return mydate
def send_message(message, destination, interface):
max_payload_size = 200
for i in range(0, len(message), max_payload_size):