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

Refactoring check.py: #14

Closed
wants to merge 2 commits into from
Closed

Refactoring check.py: #14

wants to merge 2 commits into from

Conversation

RTHeLL
Copy link

@RTHeLL RTHeLL commented Jan 2, 2022

All urlopen replaced with request.get in JSON
Remove cycles with regex search
Add list generator in check_balance_bc (blockchain_info_array = [_response.get(key) for key in blockchain_tags_json])

minor changes

RTHeLL and others added 2 commits January 2, 2022 14:35
All urlopen replaced with request.get in JSON
Remove cycles with regex search
Add list generator in check_balance_bc (blockchain_info_array = [_response.get(key) for key in blockchain_tags_json])

minor changes
@Anarbb Anarbb closed this Sep 12, 2022
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.

2 participants