diff options
-rw-r--r-- | tech-support/labels/cables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tech-support/labels/cables.py b/tech-support/labels/cables.py index a7ff5de..84e6053 100644 --- a/tech-support/labels/cables.py +++ b/tech-support/labels/cables.py @@ -1,7 +1,7 @@ from itertools import chain cable_label_format = "%(switch_name)s-%(switch_num)s-%(cable_name)s" -mark_twice = True +mark_twice = False num_tabs = 1 |