Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Oct 15, 2022
1 parent 8332f70 commit 798e789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main() -> None:
# etc... Other scan command results to process are in server_scan_result.scan_result

# Lastly, save the all the results to a JSON file
json_file_out = Path(f"api_sample_results.json")
json_file_out = Path("api_sample_results.json")
print(f"\n\n=> Saving scan results to {json_file_out}")
example_json_result_output(json_file_out, all_server_scan_results, date_scans_started, datetime.utcnow())

Expand Down

0 comments on commit 798e789

Please sign in to comment.