aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius <atrius@pannekake.org>2019-04-08 18:55:06 +0200
committerGitHub <noreply@github.com>2019-04-08 18:55:06 +0200
commitc7b42acb17de66f7ed246dfba4feed0a45f4ef47 (patch)
tree608bae404e32e3947f432252eca2cd940285c652
parent02bb6476b443765bb673d4a0e93770698e44e8a7 (diff)
parent7ccae549edfd80fc54f208141717ac040e289732 (diff)
Merge pull request #103 from Jckf/patch-2
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