Skip to content

Commit e65d9ab

Browse files
authored
Merge pull request #165 from kastaid/dev
update
2 parents 86b2b73 + 915f4e3 commit e65d9ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

getter/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.12.9
1+
ruff==0.12.10

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aiocsv==1.3.2
1616
aiohttp[speedups]==3.12.15
1717
httpx==0.28.1
1818
Markdown==3.8.2
19-
beautifulsoup4==4.13.4
19+
beautifulsoup4==4.13.5
2020
emoji==2.14.1
2121
Unidecode==1.4.0
2222
validators==0.35.0

0 commit comments

Comments
 (0)