tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

slow-image.py (115B)


      1 import time
      2 
      3 def main(request, response):
      4    # Sleep for 3s to delay onload.
      5    time.sleep(3)
      6    return [], b""