Skip to content

Commit

Permalink
Merge pull request commaai#690 from arne182/release4
Browse files Browse the repository at this point in the history
Fix registration problems
  • Loading branch information
arne182 authored Sep 7, 2020
2 parents 79129fe + ec1cb4a commit 7768d42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion selfdrive/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ def manager_init(should_register=True):
if reg_res:
dongle_id = reg_res
else:
raise Exception("server registration failed")
cloudlog.info("server registration failed")
dongle_id = "0000000000000000"
else:
dongle_id = "c"*16

Expand Down

0 comments on commit 7768d42

Please sign in to comment.