Skip to content

Commit 894ca6e

Browse files
committed
don't cry baby flake8
1 parent d67cf1d commit 894ca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

your_daily_dose_malware/backends/malshare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def scrap_malshare():
2828
hashes = response.json()
2929
except requests.RequestException as err:
3030
rich.print(f"[red] An error occurred: {err}")
31-
31+
3232
rich.print(f"[green] - Malshare: {len(hashes)} Samples")
3333
sha256_ids = [hashe["sha256"] for hashe in hashes]
3434
task = progress.add_task(

0 commit comments

Comments
 (0)