mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
@@ -240,7 +240,7 @@ def handle_agnos_update() -> None:
|
||||
class Updater:
|
||||
def __init__(self):
|
||||
self.params = Params()
|
||||
self.branches = defaultdict(lambda: None)
|
||||
self.branches = defaultdict(lambda: '')
|
||||
|
||||
@property
|
||||
def target_branch(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user