Skip to content
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

v0.1.5 (Sourcery refactored) #22

Merged
merged 1 commit into from
Sep 4, 2023
Merged

v0.1.5 (Sourcery refactored) #22

merged 1 commit into from
Sep 4, 2023

Conversation

sourcery-ai[bot]
Copy link

@sourcery-ai sourcery-ai bot commented Sep 4, 2023

Pull Request #21 refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

NOTE: As code is pushed to the original Pull Request, Sourcery will
re-run and update (force-push) this Pull Request with new refactorings as
necessary. If Sourcery finds no refactorings at any point, this Pull Request
will be closed automatically.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the update branch, then run:

git fetch origin sourcery/update
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

@sourcery-ai sourcery-ai bot requested a review from zYxDevs September 4, 2023 14:33
Copy link
Author

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to GitHub API limits, only the first 60 comments can be shown.

response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.lendrive refactored with the following changes:

Comment on lines -24 to +23
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.donghua refactored with the following changes:

Comment on lines -32 to +30
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.anixlife refactored with the following changes:

Comment on lines -40 to +37
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.kazefuri refactored with the following changes:

Comment on lines -48 to +44
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.anichin refactored with the following changes:

Comment on lines -137 to +122
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.komikindo refactored with the following changes:

Comment on lines -145 to +129
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.mangatale refactored with the following changes:

Comment on lines -153 to +136
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.kiryuu refactored with the following changes:

Comment on lines -161 to +143
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.masterkomik refactored with the following changes:

Comment on lines -169 to +150
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.mangakita refactored with the following changes:

Comment on lines -177 to +157
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.doujindesu refactored with the following changes:

Comment on lines -185 to +164
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.crotpedia refactored with the following changes:

Comment on lines -194 to +172
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.wibusubs refactored with the following changes:

Comment on lines -202 to +179
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.adikfilm refactored with the following changes:

Comment on lines -210 to +186
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.mydramalist_search refactored with the following changes:

Comment on lines -310 to +275
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.jav refactored with the following changes:

Comment on lines -318 to +282
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.porn_gif refactored with the following changes:

Comment on lines -326 to +289
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.realbooru_nsfw refactored with the following changes:

Comment on lines -334 to +296
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.gelbooru_nsfw refactored with the following changes:

Comment on lines -342 to +303
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.gelbooru_sfw refactored with the following changes:

Comment on lines -350 to +310
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.safebooru_sfw refactored with the following changes:

Comment on lines -359 to +318
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.giUser refactored with the following changes:

Comment on lines -367 to +325
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.giWeapon refactored with the following changes:

Comment on lines -375 to +332
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.giEnemy refactored with the following changes:

Comment on lines -383 to +339
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.giElement refactored with the following changes:

Comment on lines -489 to +434
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.device refactored with the following changes:

Comment on lines -497 to +441
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.slug refactored with the following changes:

Comment on lines -506 to +449
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.b64encode refactored with the following changes:

Comment on lines -514 to +456
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.b64decode refactored with the following changes:

Comment on lines -523 to +464
response = get(url, timeout=15).json()
return response
return get(url, timeout=15).json()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function WibuAPI.ip_lookup refactored with the following changes:

@zYxDevs zYxDevs merged commit 18f400f into update Sep 4, 2023
1 of 2 checks passed
@zYxDevs zYxDevs deleted the sourcery/update branch September 4, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant