Update PeerJobLogger.py

This commit is contained in:
Donald Zou 2025-01-25 22:10:29 +08:00
parent 202461fe48
commit f74a511778

View File

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