Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Jan 25, 2024
1 parent 424f48f commit de4658a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyUltroid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ class ULTConfig:
udB = UltroidDB()
update_envs()

from .dB.base import Keys as Keyz

Keys = Keyz(udB)

LOGS.info(f"Connecting to {udB.name}...")
if udB.ping():
LOGS.info(f"Connected to {udB.name} Successfully!")
Expand Down

0 comments on commit de4658a

Please sign in to comment.