Skip to content

Commit

Permalink
Fix missing import on json_dump example
Browse files Browse the repository at this point in the history
  • Loading branch information
ars-ka0s committed Jan 24, 2023
1 parent d2397c5 commit d1694f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/json_dump.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from eesdr_tci.Listener import Listener
from config import Config
import json
import asyncio

params_dict = {"system":{},"receivers":{}}
Expand Down

0 comments on commit d1694f0

Please sign in to comment.