mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-06-27 05:21:57 +02:00
refactor:rename-project-to-openhop
This commit is contained in:
@@ -1201,9 +1201,9 @@ class SQLiteHandler:
|
||||
return cached["value"]
|
||||
cutoff = now - (hours * 3600)
|
||||
|
||||
# Align with pyMC_core feat/newRadios PAYLOAD_TYPES (0x0B = CONTROL)
|
||||
# Align with openhop-core feat/newRadios PAYLOAD_TYPES (0x0B = CONTROL)
|
||||
try:
|
||||
from pymc_core.protocol.utils import PAYLOAD_TYPES as _PT
|
||||
from openhop_core.protocol.utils import PAYLOAD_TYPES as _PT
|
||||
|
||||
_human = {
|
||||
"REQ": "Request",
|
||||
@@ -1764,7 +1764,7 @@ class SQLiteHandler:
|
||||
A base64-encoded transport key derived from the name
|
||||
"""
|
||||
try:
|
||||
from pymc_core.protocol.transport_keys import get_auto_key_for
|
||||
from openhop_core.protocol.transport_keys import get_auto_key_for
|
||||
|
||||
key_bytes = get_auto_key_for(name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user