Merge pull request #4 from landandair/initial_function

minor bug fix
This commit is contained in:
landandair
2025-04-28 17:02:02 -05:00
committed by GitHub
7 changed files with 1 additions and 1 deletions

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
reticulum_file_server/cid_store.py Normal file → Executable file
View File

0
reticulum_file_server/file_server_api.py Normal file → Executable file
View File

2
reticulum_file_server/main.py Normal file → Executable file
View File

@@ -87,7 +87,7 @@ if __name__ == '__main__':
parser.add_argument('--hostname', default='', type=str, help='ip to bind api to')
parser.add_argument('--allowAll', action='store_true', help='Allow all destinations to join server('
'Keep in mind the risks involved)')
parser.add_argument('-a', '--allowedPeers', default=None, type=str, help='File path to list of allowed peers')
parser.add_argument('-a', '--allowedPeers', default='', type=str, help='File path to list of allowed peers')
parser.add_argument('name', type=str, help='Nickname of server')
args = parser.parse_args()

0
reticulum_file_server/rns_interface.py Normal file → Executable file
View File

0
reticulum_file_server/server_command_state.py Normal file → Executable file
View File