This website requires JavaScript.
Explore
Help
Register
Sign In
houseassassin
/
Solo_bot
Watch
1
Star
0
Fork
0
You've already forked Solo_bot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
70e9bfc2ca4e124c61fae83b734ebff7efd56b8c
Solo_bot
/
handlers
/
admin
T
History
Zakhar Izmaylov
17d519d440
Refactor key retrieval and management logic across multiple handlers. Update
get_key_details
to include email in the fetched record and replace direct SQL queries with dedicated functions for improved code clarity and maintainability. Add a TODO comment in
admin_servers.py
for future enhancements.
2025-01-23 08:41:44 +03:00
..
__init__.py
Migrate to ruff
2024-12-13 12:09:20 +03:00
admin_coupons.py
Refactor and clean up code formatting across multiple files
2025-01-21 08:57:12 +03:00
admin_panel.py
Refactor code to utilize aiofiles for asynchronous file handling across multiple modules. Added a new function to remove blocked users from the database and updated user blocking/unblocking logic to use this new function. Improved database interaction in admin panel handlers by passing session objects instead of creating new connections. This enhances performance and maintains consistency in file operations.
2025-01-23 06:34:45 +03:00
admin_servers.py
Refactor key retrieval and management logic across multiple handlers. Update
get_key_details
to include email in the fetched record and replace direct SQL queries with dedicated functions for improved code clarity and maintainability. Add a TODO comment in
admin_servers.py
for future enhancements.
2025-01-23 08:41:44 +03:00
admin_user_editor.py
Refactor key retrieval and management logic across multiple handlers. Update
get_key_details
to include email in the fetched record and replace direct SQL queries with dedicated functions for improved code clarity and maintainability. Add a TODO comment in
admin_servers.py
for future enhancements.
2025-01-23 08:41:44 +03:00