mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
@@ -121,11 +121,12 @@ def http_host_sync(hostname, user, port, noninteractive):
|
||||
run_http_host_sync(c)
|
||||
|
||||
|
||||
@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)
|
||||
# run_http_host_sync(c)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user