mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-22 21:50:18 +00:00
8d1a000378
Strings in Python are immutable so, the "+" operation means that we need to create the string again and attaching the old content. Per "+". We can replace this by using join() or built-in functions or arguments of functions, like "sep" in print() Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com> |
||
---|---|---|
.. | ||
__init__.py | ||
rncp.py | ||
rnid.py | ||
rnir.py | ||
rnodeconf.py | ||
rnpath.py | ||
rnprobe.py | ||
rnsd.py | ||
rnstatus.py | ||
rnx.py |