mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-12-17 00:34:26 -05:00
Update utils.py
This commit is contained in:
parent
ec35a2d811
commit
926b2c0817
1 changed files with 0 additions and 1 deletions
1
utils.py
1
utils.py
|
|
@ -17,7 +17,6 @@ def datum(date):
|
||||||
mydate = yymmdd[1] + " " + dag + "/" + maand + "/" + jaar[2:]
|
mydate = yymmdd[1] + " " + dag + "/" + maand + "/" + jaar[2:]
|
||||||
return mydate
|
return mydate
|
||||||
|
|
||||||
|
|
||||||
def send_message(message, destination, interface):
|
def send_message(message, destination, interface):
|
||||||
max_payload_size = 200
|
max_payload_size = 200
|
||||||
for i in range(0, len(message), max_payload_size):
|
for i in range(0, len(message), max_payload_size):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue