From 7a56543e72134b1cae4c142fda41e47005f1fd78 Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Thu, 7 Oct 2021 00:28:42 +0000 Subject: [PATCH] Yep, definitely allowed to scream now --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 90165c8..93544a1 100644 --- a/app.py +++ b/app.py @@ -1,4 +1,4 @@ -import os, mimetypes, subprocess, urllib.parse, time +import os, mimetypes, subprocess, urllib.parse, time, tempfile from jetforce.app.base import JetforceApplication, Response, Status from pathlib import Path from functools import wraps