Browse Source

fix invalid escape sequence exo_text

Alex Cheema 1 year ago
parent
commit
56e5e34ec9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exo/helpers.py

+ 1 - 1
exo/helpers.py

@@ -8,7 +8,7 @@ DEBUG = int(os.getenv("DEBUG", default="0"))
 DEBUG_DISCOVERY = int(os.getenv("DEBUG_DISCOVERY", default="0"))
 VERSION = "0.0.1"
 
-exo_text = """
+exo_text = r"""
   _____  _____  
  / _ \ \/ / _ \ 
 |  __/>  < (_) |