fix SEHistory import

This commit is contained in:
2025-02-26 10:43:36 +01:00
parent 258ab809a9
commit 2f6bcad82f

View File

@ -2,7 +2,7 @@ import sys
from streams import EventStream from streams import EventStream
from nicoscache import NicosStream from nicoscache import NicosStream
from secop import ScanStream, ScanReply, send_fake_udp from secop import ScanStream, ScanReply, send_fake_udp
from . import SEHistory from seinflux import SEHistory
def main(): def main():