From 8d7af5414ba7771adc43123e1f119857945929a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz>
Date: Tue, 21 Jun 2022 17:00:18 +0000
Subject: [PATCH] Fix: Use raw string

---
 pydgets/widgets.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pydgets/widgets.py b/pydgets/widgets.py
index a1fae84..8cecfcd 100644
--- a/pydgets/widgets.py
+++ b/pydgets/widgets.py
@@ -1413,13 +1413,13 @@ if __name__ == "__main__":
     argparser.add_argument('--group', help = 'pick a group of widgets', choices = widget_groups, default='all')
     args = argparser.parse_args()
 
-    print("""
+    print(r"""
                   ==============================================
                     _____             _               _
                    |  __ \           | |             | |
                    | |__) |_   _   __| |  __ _   ___ | |_  ___
                    |  ___/| | | | / _` | / _` | / _ \| __|/ __|
-                   | |    | |_| || (_| || (_| ||  __/| |_ \__ \\
+                   | |    | |_| || (_| || (_| ||  __/| |_ \__ \
                    |_|     \__, | \__,_| \__, | \___| \__||___/
                             __/ |         __/ |
                            |___/         |___/
-- 
GitLab