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
6c323dc7df9dfe55d393366bb12a8cdbfd8a3d77
Solo_bot
/
handlers
/
admin
T
History
Zakhar Izmaylov
6c323dc7df
Refactor client configuration and improve code clarity in client.py and admin_servers.py. Added a new line in ClientConfig for better readability and updated the extend_client_key function signature for consistency. Corrected a TODO comment format in admin_servers.py for improved code standards.
2025-01-23 08:50:04 +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 client configuration and improve code clarity in client.py and admin_servers.py. Added a new line in ClientConfig for better readability and updated the extend_client_key function signature for consistency. Corrected a TODO comment format in admin_servers.py for improved code standards.
2025-01-23 08:50:04 +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