mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-24 22:50:34 -04:00
File transfer example
This commit is contained in:
parent
8aa2f8613a
commit
aa9d0876d7
3 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@ import os
|
|||
import RNS
|
||||
import time
|
||||
import threading
|
||||
import traceback
|
||||
from time import sleep
|
||||
import vendor.umsgpack as umsgpack
|
||||
|
||||
|
@ -86,6 +87,7 @@ class Transport:
|
|||
except Exception as e:
|
||||
RNS.log("An exception occurred while running Transport jobs.", RNS.LOG_ERROR)
|
||||
RNS.log("The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
traceback.print_exc()
|
||||
|
||||
Transport.jobs_running = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue