main
Justus Jan Nico Wolff 2024-06-16 19:21:54 +02:00
parent ec46a5593c
commit 2b805c8d75
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@ import sys
# Justus Jan Nico Wolff
sys.dont_write_bytecode = True
stderrfile = open("errors.log", 'w')
stderrfile.write("")
stderrfile.close()
stderrfile = open("errors.log", 'a')
sys.stderr = stderrfile
import subprocess
import pkg_resources