mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-29 22:45:19 -04:00
patched $DISPLAY error for Systemd
modified indentation server_thread function
This commit is contained in:
parent
236845f4c0
commit
21ac398f6e
1 changed files with 34 additions and 31 deletions
|
@ -263,4 +263,7 @@ if __name__ == "__main__":
|
|||
if sys.stdout.isatty():
|
||||
srv_main_without_gui()
|
||||
else:
|
||||
try:
|
||||
srv_main_with_gui()
|
||||
except:
|
||||
srv_main_without_gui()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue