Merge pull request #63 from hsrzq/main

Change the python3 env path
This commit is contained in:
joshpatten 2023-09-21 13:24:58 -05:00 committed by GitHub
commit fb981b8a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!env python3
import proxmoxer # pip install proxmoxer import proxmoxer # pip install proxmoxer
import PySimpleGUI as sg # pip install PySimpleGUI import PySimpleGUI as sg # pip install PySimpleGUI
gui = 'TK' gui = 'TK'