From 1379b7d5dea270eb8abdd9fc5e2607f2f7e2816c Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sat, 9 May 2020 09:31:23 +0200 Subject: [PATCH] ripe-api.py: switch to a more generic shebang --- ripe-api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ripe-api.py b/ripe-api.py index cf68853..dc3aa2b 100755 --- a/ripe-api.py +++ b/ripe-api.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3 import requests import json import yaml