From 58e3f062d552fa29d80104465022f3dc90a902b2 Mon Sep 17 00:00:00 2001 From: valeriob01 Date: Mon, 31 May 2021 19:29:40 +0200 Subject: [PATCH] Requrement: python3 Otherwise it does not find http.cookiejar --- primetools.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/primetools.py b/primetools.py index 314f963..0dfac86 100644 --- a/primetools.py +++ b/primetools.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # by teknohog # Common functions for primetools such as mfloop.py and llloop.py. Put