mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
set default path for put_nonblocking helper
old-commit-hash: de833ecb06
This commit is contained in:
@@ -150,7 +150,7 @@ cdef class Params:
|
||||
self.p.delete_db_value(key)
|
||||
|
||||
|
||||
def put_nonblocking(key, val, d=None):
|
||||
def put_nonblocking(key, val, d=PARAMS):
|
||||
def f(key, val):
|
||||
params = Params(d)
|
||||
params.put(key, val)
|
||||
|
||||
Reference in New Issue
Block a user