File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ async def main() -> None:
6969 import_module (plugin )
7070 LOG .success ("[+] " + p ["name" ])
7171 except Exception as err :
72- LOG .exception (f"[-] { p ['name' ]} : { err } " )
72+ LOG .exception (f"[-] { p ['name' ]} : { err } " )
7373 from .plugins .afk import handle_afk
7474 from .plugins .pmpermit import handle_pmpermit
7575
@@ -106,7 +106,7 @@ async def main() -> None:
106106 ):
107107 pass
108108 except Exception as err :
109- LOG .exception (f"[MAIN_ERROR] : { err } " )
109+ LOG .exception (f"[MAIN_ERROR]: { err } " )
110110 finally :
111111 LOG .warning ("[MAIN] - Getter Stopped..." )
112112 sys .exit (0 )
Original file line number Diff line number Diff line change 1- ruff == 0.12.9
1+ ruff == 0.12.10
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ aiocsv==1.3.2
1616aiohttp [speedups ]== 3.12.15
1717httpx == 0.28.1
1818Markdown == 3.8.2
19- beautifulsoup4 == 4.13.4
19+ beautifulsoup4 == 4.13.5
2020emoji == 2.14.1
2121Unidecode == 1.4.0
2222validators == 0.35.0
You can’t perform that action at this time.
0 commit comments