mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
Server: Fix send_any_file
This commit is contained in:
@@ -405,7 +405,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
||||
if not ok:
|
||||
return
|
||||
|
||||
c_filename, c_filepath = os.path.split(c_path)
|
||||
c_filepath, c_filename = os.path.split(c_path)
|
||||
files = [file]
|
||||
self._send_files(files, client_path=c_filepath, client_filename=c_filename)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user