-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beta #255
Open
jammesop007aha
wants to merge
91
commits into
SilentDemonSD:master
Choose a base branch
from
jammesop007aha:beta
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Beta #255
Changes from 1 commit
Commits
Show all changes
91 commits
Select commit
Hold shift click to select a range
a9b0cc2
Bug Fix All
SilentDemonSD bdb25a7
Add GoFile Leech
SilentDemonSD abdc800
Add SendCM, DesiUpload, StreamTape
SilentDemonSD a90e149
fix up
SilentDemonSD 3ca15a7
Add External GoFile DL
SilentDemonSD 7db5dab
New Setup Starts
SilentDemonSD 4f8f5cb
fix
SilentDemonSD 48c2749
fix
SilentDemonSD 4591e76
fix frame
SilentDemonSD 2667230
Add Multi Aria2c
SilentDemonSD 1f64370
fix up
SilentDemonSD 357f0e4
try debug
SilentDemonSD 0c70db2
fix
SilentDemonSD e611911
fix Single Aria
SilentDemonSD 5aa37e4
Add Index Folder Support
SilentDemonSD 7b618c5
fix
SilentDemonSD 29ab8b5
refix
SilentDemonSD b39c7fb
Fix Dir prblm
SilentDemonSD 08dd67f
refix dir prblm
SilentDemonSD 99801a5
fix gd issue
SilentDemonSD bf80a7d
try debug
SilentDemonSD 1aa5c1e
fix
SilentDemonSD c3339a7
fix
SilentDemonSD 4954d3a
retry
SilentDemonSD 7bb03ee
retry
SilentDemonSD 9da1498
fix !
SilentDemonSD 8329231
try fix auto delete
SilentDemonSD 159010e
final completion
SilentDemonSD 99bfe22
fix recurring status
SilentDemonSD 48347b6
Add Universal filename
SilentDemonSD 9b370a2
fix
SilentDemonSD 8d6841e
Test New GDFLIX DOMAIN
MajnuRangeela 7536c76
Try New ..
SilentDemonSD c0b9354
improve
jammesop007aha be27ec4
improve
jammesop007aha 5329832
improve
jammesop007aha 3612779
improve
jammesop007aha e4b230d
improve
jammesop007aha 5f6a29a
improve
jammesop007aha 2d4f2c3
improve
jammesop007aha 6e86565
improve
jammesop007aha 5803270
improve
jammesop007aha 3f74cbb
improve
jammesop007aha da982d0
improve
jammesop007aha 6c7f887
improve
jammesop007aha ea7b23f
improve
jammesop007aha 528db39
improve
jammesop007aha d3b9984
improve
jammesop007aha 5142334
improve
jammesop007aha 678c43d
improve
jammesop007aha 224a993
improve
jammesop007aha eab1116
improve
jammesop007aha 5c004e3
improve
jammesop007aha 1fc6779
improve
jammesop007aha a4d485f
improve
jammesop007aha c5cfb79
improve
jammesop007aha 01f17e3
improve
jammesop007aha 89ea537
improve
jammesop007aha b188f0f
improve
jammesop007aha d118139
improve
jammesop007aha 15c9a80
improve
jammesop007aha f51e8d4
improve
jammesop007aha 8f4d917
improve
jammesop007aha 4bd3503
improve
jammesop007aha 27939b1
improve
jammesop007aha f2f86ec
improve
jammesop007aha beec95f
improve
jammesop007aha b69d2a0
improve
jammesop007aha 9e36e9b
improve
jammesop007aha f9b456d
improve
jammesop007aha 40a0429
improve
jammesop007aha ba6ca81
improve
jammesop007aha 3c5dd17
improve
jammesop007aha f7ffcd7
improve
jammesop007aha dbf5501
improve
jammesop007aha 634bdab
improve
jammesop007aha fb962aa
improve
jammesop007aha e51c1f7
improve
jammesop007aha 11cfa5f
improve
jammesop007aha 6d28985
improve
jammesop007aha d15dd67
improve
jammesop007aha ade7630
improve
jammesop007aha 9cf7158
improve
jammesop007aha 27e1610
improve
jammesop007aha 7d6af0e
improve
jammesop007aha ad5bd53
improve
jammesop007aha ec577b5
improve
jammesop007aha 5ac1aad
improve
jammesop007aha 0736539
improve
jammesop007aha bfed637
improve
jammesop007aha ffc7e58
improve
jammesop007aha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
improve
- Loading branch information
commit 9cf7158788033c3335cbdaa6080fdc923998ccfe
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Codacy found a critical Code Style issue: No value for argument 'key' in function call
The issue that Pylint is pointing out indicates that the
invoke
function is being called without providing a required argument. It seems that theinvoke
function requires a 'key' argument, but in the call within the provided code, onlymessage
and'API_ID'
are provided.Without the full context of what the
invoke
function signature looks like, it's hard to provide an exact fix. However, assuming that the'API_ID'
string is meant to be the value for the 'key' argument, the line should be corrected to include the 'key' as a named argument.Here's the suggested fix:
This comment was generated by an experimental AI tool.