From f50f6c708e937bafae1613a86a261b9f75347db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 8 Sep 2020 22:12:08 +0200 Subject: [PATCH] Fix shebangs --- endpoint.py | 2 ++ timer.py | 2 ++ twitivirun.py | 2 ++ 3 files changed, 6 insertions(+) diff --git a/endpoint.py b/endpoint.py index d3dd1e6..5069b25 100644 --- a/endpoint.py +++ b/endpoint.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + import base64 import configparser import hashlib diff --git a/timer.py b/timer.py index 2967fe7..d8a2ef6 100644 --- a/timer.py +++ b/timer.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + import configparser import datetime import json diff --git a/twitivirun.py b/twitivirun.py index 5def93f..c3ffe41 100644 --- a/twitivirun.py +++ b/twitivirun.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + import argparse import configparser import os