aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim C K Flaten <jckf@jckf.no>2019-04-06 22:21:47 +0200
committerGitHub <noreply@github.com>2019-04-06 22:21:47 +0200
commit7ccae549edfd80fc54f208141717ac040e289732 (patch)
tree608bae404e32e3947f432252eca2cd940285c652
parent02bb6476b443765bb673d4a0e93770698e44e8a7 (diff)
Ikke print navnet to ganger
-rw-r--r--tech-support/labels/cables.py2
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