mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
many file moves
This commit is contained in:
parent
a42676010e
commit
aeaea325e9
15 changed files with 8 additions and 42 deletions
|
|
@ -18,7 +18,7 @@
|
|||
import logging
|
||||
import re
|
||||
|
||||
from boswatch.packet import packet
|
||||
from boswatch.packet import Packet
|
||||
|
||||
logging.debug("- %s loaded", __name__)
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ class PocsagDecoder:
|
|||
|
||||
logging.debug("found valid POCSAG")
|
||||
|
||||
bwPacket = packet.Packet()
|
||||
bwPacket = Packet()
|
||||
bwPacket.set("mode", "pocsag")
|
||||
bwPacket.set("bitrate", bitrate)
|
||||
bwPacket.set("ric", ric)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue