Trying to fix bug on exit on windows.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2021-08-26 18:16:26 +02:00
parent 0873dfaabc
commit 8c559353eb
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -30,7 +30,7 @@ from tempfile import mkstemp
from os import getcwd, chdir, environ, path, remove, close
from platform import release as os_release
from json import dumps, loads
from sys import platform, argv, version as sys_version
from sys import platform, argv, version as sys_version, exit
from webbrowser import open as openWeb
# Create the temporary file for saving copied screenshots