class to functions and check=True to subprocess.run
This commit is contained in:
@ -12,16 +12,16 @@ import tkinter as tk
|
||||
from pathlib import Path
|
||||
from subprocess import check_call
|
||||
from tkinter import filedialog, ttk, TclError
|
||||
from cls_mth_fc import Tunnel, Create, msg_window, Tipi, GiteaUpdate, UOS
|
||||
from cls_mth_fc import Tunnel, Create, msg_window, if_tip, GiteaUpdate, uos
|
||||
|
||||
UOS.username()
|
||||
uos()
|
||||
Create.dir_and_files()
|
||||
Create.make_dir()
|
||||
Create.decrypt()
|
||||
|
||||
tcl_path = Path("/usr/share/TK-Themes")
|
||||
wg_set = Path(Path.home() / ".config/wire_py/settings")
|
||||
wg_tips = Tipi.if_tip(wg_set)
|
||||
wg_tips = if_tip(wg_set)
|
||||
dirname = Path("/tmp/tlecdcwg/")
|
||||
|
||||
""" 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year """
|
||||
|
Reference in New Issue
Block a user