From 3a363ee4bee97649d86ed0fa19a42bb7da49e7b1 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 1 Oct 2023 23:57:58 +0200 Subject: [PATCH] wrong order --- commands/tinfoil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/tinfoil.py b/commands/tinfoil.py index 819a9e1..47968b6 100755 --- a/commands/tinfoil.py +++ b/commands/tinfoil.py @@ -2,9 +2,9 @@ import argparse import os import re -import time import subprocess import sys +import time import requests