Skip to content

Commit

Permalink
Removed debugging config override
Browse files Browse the repository at this point in the history
  • Loading branch information
connervieira committed Oct 28, 2024
1 parent 73c0e7e commit 788c192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reticulum.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
new_identity.to_file(config["dashcam"]["notifications"]["reticulum"]["identity_file"])

debug_message("Loading Reticulum identity file")
config["dashcam"]["notifications"]["reticulum"]["identity_file"] = "/home/cvieira/.reticulum/storage/identities/predator"
identity = RNS.Identity().from_file(config["dashcam"]["notifications"]["reticulum"]["identity_file"])

debug_message("Announcing Reticulum source")
Expand Down

0 comments on commit 788c192

Please sign in to comment.