Trying to fix bug on exit on windows.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0873dfaabc
commit
8c559353eb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ from tempfile import mkstemp
|
||||||
from os import getcwd, chdir, environ, path, remove, close
|
from os import getcwd, chdir, environ, path, remove, close
|
||||||
from platform import release as os_release
|
from platform import release as os_release
|
||||||
from json import dumps, loads
|
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
|
from webbrowser import open as openWeb
|
||||||
|
|
||||||
# Create the temporary file for saving copied screenshots
|
# Create the temporary file for saving copied screenshots
|
||||||
|
|
Loading…
Reference in a new issue