From 587d85b8b1870055191f070d858c0c744dc790c9 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 28 Feb 2025 17:08:58 +0100 Subject: [PATCH] Fix shebang --- write_file_to_riskset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/write_file_to_riskset.py b/write_file_to_riskset.py index ff15634..8cafe11 100755 --- a/write_file_to_riskset.py +++ b/write_file_to_riskset.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import base64 import json