diff --git a/lib/sshync.py b/lib/sshync.py index dd6128a..aca082c 100755 --- a/lib/sshync.py +++ b/lib/sshync.py @@ -7,7 +7,6 @@ home = expanduser("~") # REMOTE - # prints all necessary remote data to stdout def remote_list_gen(_client_device_name, _remote_dir): # deletions @@ -31,7 +30,6 @@ def remote_list_gen(_client_device_name, _remote_dir): # HYBRID - # deletes a file or folder and/or marks it for deletion upon syncing def delete(_file_path, _target_database): from shutil import rmtree @@ -64,7 +62,6 @@ def get_local_data(_directory, _device): # LOCAL - # captures and returns all necessary data from the remote server def remote_list_fetch(_user_data): try: diff --git a/lib/sshyp.py b/lib/sshyp.py index 21db7a2..b6f2c79 100755 --- a/lib/sshyp.py +++ b/lib/sshyp.py @@ -11,7 +11,6 @@ home = expanduser("~") # UTILITY FUNCTIONS - # generates and prints full entry list def entry_list_gen(_directory=f"{home}/.local/share/sshyp/"): from textwrap import fill @@ -207,7 +206,6 @@ def copy_id_check(_port, _username_ssh, _ip, _client_device_id): # ARGUMENT-SPECIFIC FUNCTIONS - # runs configuration wizard def tweak(): from os import symlink