This commit is contained in:
Wes Barnett 2021-03-13 16:10:34 -05:00
parent cb47d1907d
commit 0c6f8f769e
No known key found for this signature in database
GPG key ID: 1070BCC98C18BD66

View file

@ -22,7 +22,7 @@ def config():
"desc_limit": 72, "desc_limit": 72,
"important_packages": [], "important_packages": [],
"important_commands": [], "important_commands": [],
"userdata": set() "userdata": []
} }
config["root"] = { config["root"] = {
"snapshot": True "snapshot": True