Use function arguments

merge-requests/30/head
Bob Mottram 2024-02-29 12:43:35 +00:00
parent cdfc122be9
commit b0f4c00cb0
1 changed files with 2 additions and 4 deletions

View File

@ -16567,10 +16567,8 @@ class PubServer(BaseHTTPRequestHandler):
print('DEBUG: path=' + path) print('DEBUG: path=' + path)
redirect_url = \ redirect_url = \
get_instance_url(calling_domain, get_instance_url(calling_domain,
self.server.http_prefix, http_prefix, domain_full,
self.server.domain_full, onion_domain, i2p_domain) + \
self.server.onion_domain,
self.server.i2p_domain) + \
divert_path divert_path
self._redirect_headers(redirect_url, None, calling_domain) self._redirect_headers(redirect_url, None, calling_domain)
fitness_performance(getreq_start_time, fitness_performance(getreq_start_time,