Skip to content

Commit

Permalink
(1/427 fails) Add json import to nexus
Browse files Browse the repository at this point in the history
I guess I needed it after all
  • Loading branch information
arendsee committed Oct 10, 2024
1 parent ba08150 commit d963979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/nexus_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import threading
import queue
import struct
import json

PACKET_TYPE_DATA = 0x00
PACKET_TYPE_CALL = 0x01
Expand Down

0 comments on commit d963979

Please sign in to comment.