Skip to content

Commit

Permalink
[Interactive] Fix missing argument for graph
Browse files Browse the repository at this point in the history
  • Loading branch information
GUVWAF committed Feb 4, 2025
1 parent 0bf0216 commit b98ac26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def setRSSISNR(self, rssis, snrs):

class interactiveGraph(Graph):
def __init__(self):
super().__init__()
super().__init__(conf)
self.routes = False


Expand Down

0 comments on commit b98ac26

Please sign in to comment.