mirror of
https://github.com/markqvist/LXMF.git
synced 2025-08-02 11:56:04 -04:00
Cleanup
This commit is contained in:
parent
0d76eee6cd
commit
74cbd11473
1 changed files with 1 additions and 4 deletions
|
@ -58,10 +58,7 @@ class LXMRouter:
|
|||
### Developer-facing API ##############################
|
||||
#######################################################
|
||||
|
||||
def __init__(self, identity = None, storagepath = None, autopeer = AUTOPEER, autopeer_maxdepth = None,
|
||||
propagation_limit = PROPAGATION_LIMIT, delivery_limit = DELIVERY_LIMIT, enforce_ratchets = False,
|
||||
enforce_stamps = False):
|
||||
|
||||
def __init__(self, identity = None, storagepath = None, autopeer = AUTOPEER, autopeer_maxdepth = None, propagation_limit = PROPAGATION_LIMIT, delivery_limit = DELIVERY_LIMIT, enforce_ratchets = False, enforce_stamps = False):
|
||||
random.seed(os.urandom(10))
|
||||
|
||||
self.pending_inbound = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue