|
@@ -453,7 +453,7 @@ def main():
|
|
while file_path is None:
|
|
while file_path is None:
|
|
if action == 'send':
|
|
if action == 'send':
|
|
file_path = get_file_path(
|
|
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
|
|
action=action
|
|
)
|
|
)
|
|
if file_path and not os.path.isfile(os.path.abspath(file_path)):
|
|
if file_path and not os.path.isfile(os.path.abspath(file_path)):
|