1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Added class field to store username

This commit is contained in:
Valery Sinelnikov 2024-02-09 13:08:19 +04:00
parent 7a8118ac63
commit ce284b61be

View File

@ -73,6 +73,7 @@ class Dconf_registry():
printers = list()
scripts = list()
networkshares = list()
username = None
def __init__(self):
Dconf_registry.__gpt_read_flag = True