-
-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc: change function name to snake_case.
Bug Fixes: - Fix incorrect conditional logic in the upload function to ensure proper error handling. - Correct the logic in the __start_download and __start_upload functions to handle return codes accurately. - Resolve issues in the __drive_query function by restructuring the query building logic. Enhancements: - Simplify conditional statements by removing unnecessary else clauses across multiple files. - Refactor message sending functions to use a consistent naming convention, replacing sendMessage with send_message and editMessage with edit_message. - Optimize metadata handling in the change_metadata function by removing redundant metadata fields. - Improve error handling in direct download link generators by removing redundant else clauses. - Streamline the logic in various functions by removing unnecessary elif statements.
- Loading branch information
Showing
55 changed files
with
1,094 additions
and
1,142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.