Skip to content

Commit

Permalink
Update console.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Susan Bhattarai authored and seadhy committed Mar 18, 2023
1 parent 2173680 commit 21ff5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def printi(content: str):
lock.release()

@staticmethod
def printm(content: str):
def printfm(content: str):
lock.acquire()
print(
f"{Fore.LIGHTBLACK_EX}[{Fore.LIGHTWHITE_EX}{datetime.strftime(datetime.now(), '%X').replace(':', f'{Fore.LIGHTBLACK_EX}:{Fore.LIGHTWHITE_EX}')}{Fore.LIGHTBLACK_EX}] {Fore.LIGHTBLACK_EX}[{Fore.LIGHTBLUE_EX}Mail Verified{Fore.LIGHTBLACK_EX}]{Fore.LIGHTWHITE_EX} > {content}")
Expand Down

0 comments on commit 21ff5e8

Please sign in to comment.