You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few places in the code where multi-conditional look-ahead logic is used to parse JSON / dictionary pairs. This logic could be simplified to improve overall readability throughout the code.
There are a few places in the code where multi-conditional look-ahead logic is used to parse JSON / dictionary pairs. This logic could be simplified to improve overall readability throughout the code.
A few examples are listed below:
Line 125 & 127 in
get_screenshot()
in shodan.helpers.pyLine 96 and below in shodan.cli.host.py
Example briefly discussed in Added SSH Key & Fingerprint output to host command #201
The text was updated successfully, but these errors were encountered: