From 7ccae549edfd80fc54f208141717ac040e289732 Mon Sep 17 00:00:00 2001 From: Jim C K Flaten Date: Sat, 6 Apr 2019 22:21:47 +0200 Subject: Ikke print navnet to ganger --- tech-support/labels/cables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3