Browse Source

move lib module to core folder

blezz-tech 2 weeks ago
parent
commit
a9ad656009
2 changed files with 1 additions and 1 deletions
  1. 0 0
      handlers/core/lib.py
  2. 1 1
      handlers/handlers/open_access_request_pending.py

+ 0 - 0
handlers/lib.py → handlers/core/lib.py


+ 1 - 1
handlers/handlers/open_access_request_pending.py

@@ -6,7 +6,7 @@ from core.JabberBot import JabberBot
 from slixmpp.stanza import Message
 import jsonAndRequest as jsreq
 from time import sleep
-from lib import run_process
+from core.lib import run_process
 from classes.Ticket import Ticket
 from typing import List
 from concurrent.futures import ThreadPoolExecutor