From 0877a08713c0e29b1b885c2fec99f49ca285c86e Mon Sep 17 00:00:00 2001 From: Davte Date: Sun, 12 Apr 2020 11:50:38 +0200 Subject: [PATCH] Whitespace --- src/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.py b/src/client.py index 42348d6..966c0ee 100644 --- a/src/client.py +++ b/src/client.py @@ -453,7 +453,7 @@ def main(): while file_path is None: if action == 'send': file_path = get_file_path( - path=input(f"Enter file to send:\t\t\t\t\t\t"), + path=input(f"Enter file to send:\t\t\t\t\t"), action=action ) if file_path and not os.path.isfile(os.path.abspath(file_path)):