From 3bdbbcca9880a9d60a7689e80ebd2d0555df0be2 Mon Sep 17 00:00:00 2001 From: Bridget Date: Sun, 12 Apr 2020 17:52:17 +0200 Subject: [PATCH] Use more aesthetically pleasing divider --- lslsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lslsh.py b/lslsh.py index 4aa2559..c3d242b 100644 --- a/lslsh.py +++ b/lslsh.py @@ -34,7 +34,7 @@ def init() -> str: initialized = True print(f"Connected to {uuid}") - print("-------------------------------------------------------------------------------") + print("_______________________________________________________________________________") print("") return url