mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
@@ -120,11 +120,11 @@ def tile_gen(
|
||||
|
||||
|
||||
#
|
||||
# @cli.command()
|
||||
# @common_options
|
||||
# def debug(hostname, user, port, noninteractive):
|
||||
# c = get_connection(hostname, user, port)
|
||||
# run_http_host_sync(c)
|
||||
@cli.command()
|
||||
@common_options
|
||||
def debug(hostname, user, port, noninteractive):
|
||||
c = get_connection(hostname, user, port)
|
||||
upload_config_and_certs(c)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user