Update server.py

This commit is contained in:
Jarjar 2020-08-25 09:52:43 +02:00 committed by GitHub
parent 1d692f2f5f
commit 4b2443bbd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
from flask import Flask, render_template, request, json
import subprocess
import os
import time
DUMPS_DIR = "DumpDir"
KEYFILE = "key-file.txt"