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
78c00b5454e42750ecbbe5312d810ad7036d7d41
Solo_bot
/
handlers
/
admin
T
History
GitHub Actions
78c00b5454
Auto-format code with Ruff using pyproject.toml
2025-01-23 05:42:01 +00: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
Auto-format code with Ruff using pyproject.toml
2025-01-23 05:42:01 +00: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