Skip to content
Snippets Groups Projects
Commit f056fb06 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Small code clean

parent bc2ff741
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ MIN_MASTER = 1
MASTERED_SLAVE_LIST = list(range(1, MAX_MASTERED_SLAVE+1)) + [0]
WORKSPACES_RENAMES = {913: "MAIL", 914: "ZOOM"}
# Only one words names are supported
REV_RENAMES = {v: k for (k, v) in WORKSPACES_RENAMES.items()}
WORKSPACES_KEY = {911: "-", 912: "=", 913: "M", 914: "Z"}
ORD_TO_WORKSPACE = {util.iford(v): k for k, v in WORKSPACES_KEY.items()}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment