Update Akeno/utils/database.py
Browse files- Akeno/utils/database.py +2 -2
Akeno/utils/database.py
CHANGED
@@ -35,10 +35,10 @@ class Database:
|
|
35 |
try:
|
36 |
await self.client.admin.command("ping")
|
37 |
LOGS.info(
|
38 |
-
f"
|
39 |
)
|
40 |
except Exception as e:
|
41 |
-
LOGS.info(f"
|
42 |
quit(1)
|
43 |
|
44 |
def get_datetime(self) -> str:
|
|
|
35 |
try:
|
36 |
await self.client.admin.command("ping")
|
37 |
LOGS.info(
|
38 |
+
f"Database Connection Established! {Symbols.bullet * 3}"
|
39 |
)
|
40 |
except Exception as e:
|
41 |
+
LOGS.info(f"DatabaseErr: {e} ")
|
42 |
quit(1)
|
43 |
|
44 |
def get_datetime(self) -> str:
|