Queer European MD passionate about IT
소스 검색

Whitespace

Davte 5 년 전
부모
커밋
0877a08713
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client.py

+ 1 - 1
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)):