Update PeerJobLogger.py

This commit is contained in:
Donald Zou 2025-01-25 22:11:50 +08:00
parent f74a511778
commit 87ea3fc982

View File

@ -2,7 +2,7 @@
Peer Job Logger
"""
import sqlite3, os, uuid
from src.modules.Log import Log
from ..modules.Log import Log
class PeerJobLogger:
def __init__(self, CONFIGURATION_PATH, AllPeerJobs):