mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-12 09:20:23 -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 requests
|
||||||
import logging,coloredlogs
|
import logging,coloredlogs
|
||||||
|
|
||||||
from RadarProcessor import *
|
|
||||||
from os import path, mkdir, listdir, remove, cpu_count
|
from os import path, mkdir, listdir, remove, cpu_count
|
||||||
from shutil import rmtree
|
from shutil import rmtree
|
||||||
from PIL import Image as PILImage
|
from PIL import Image as PILImage
|
||||||
@ -29,6 +28,8 @@ imgH = 0
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
sys.path.append("./py2lib")
|
sys.path.append("./py2lib")
|
||||||
|
sys.path.append("./radar")
|
||||||
|
from RadarProcessor import *
|
||||||
import bit
|
import bit
|
||||||
|
|
||||||
async def getValidTimestamps(boundaries:ImageBoundaries) -> list:
|
async def getValidTimestamps(boundaries:ImageBoundaries) -> list:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user