From dd301807c28cbc683f56873f3b424844d57157d7 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 7 Apr 2022 13:53:09 +0200 Subject: [PATCH] Added python shebangs --- grab-all.py | 1 + grab-artist.py | 1 + 2 files changed, 2 insertions(+) diff --git a/grab-all.py b/grab-all.py index 58d92ae..9428660 100644 --- a/grab-all.py +++ b/grab-all.py @@ -1,3 +1,4 @@ +#!/bin/python3 import yaml import os diff --git a/grab-artist.py b/grab-artist.py index c3ca184..576ea2a 100644 --- a/grab-artist.py +++ b/grab-artist.py @@ -1,3 +1,4 @@ +#!/bin/python3 import requests import mimetypes import sys