You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
size = len(resp.text) # just to make sure we drained the response body
end = time.perf_counter()
duration = end - start
print("Fetched %s in %.1f seconds" % (size, duration))
def main():
seahorse_host = sys.argv[1]
for url_template in ["http://%s", "http://%s/Seahorse/JavaScript/UiText?ck=1234", "http://%s/Seahorse/JavaScript/UiTextCached?ck=1234&languageCode=en-US"]: