mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-12 01:10:24 -05:00
Fix RadarProcessor not importing when imported from main.py
This commit is contained in:
parent
33a044564d
commit
b2b412722d
@ -9,7 +9,6 @@ import time as epochTime
|
||||
import requests
|
||||
import logging,coloredlogs
|
||||
|
||||
from RadarProcessor import *
|
||||
from os import path, mkdir, listdir, remove, cpu_count
|
||||
from shutil import rmtree
|
||||
from PIL import Image as PILImage
|
||||
@ -29,6 +28,8 @@ imgH = 0
|
||||
|
||||
import sys
|
||||
sys.path.append("./py2lib")
|
||||
sys.path.append("./radar")
|
||||
from RadarProcessor import *
|
||||
import bit
|
||||
|
||||
async def getValidTimestamps(boundaries:ImageBoundaries) -> list:
|
||||
|
Loading…
x
Reference in New Issue
Block a user