randydev commited on
Commit
d4e7135
·
verified ·
1 Parent(s): 5652a83

Update Akeno/utils/database.py

Browse files
Files changed (1) hide show
  1. 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"{Symbols.bullet * 3} Database Connection Established! {Symbols.bullet * 3}"
39
  )
40
  except Exception as e:
41
- LOGS.info(f"{Symbols.cross_mark} DatabaseErr: {e} ")
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: