Skip to content

Commit

Permalink
don't cry baby flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
poneoneo committed Jun 14, 2024
1 parent d67cf1d commit 894ca6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion your_daily_dose_malware/backends/malshare.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def scrap_malshare():
hashes = response.json()
except requests.RequestException as err:
rich.print(f"[red] An error occurred: {err}")

rich.print(f"[green] - Malshare: {len(hashes)} Samples")
sha256_ids = [hashe["sha256"] for hashe in hashes]
task = progress.add_task(
Expand Down

0 comments on commit 894ca6e

Please sign in to comment.