tor-browser

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

delayed-broken-video.py (113B)


      1 import time
      2 
      3 def main(request, response):
      4  time.sleep(0.1)
      5  return [(b"Content-Type", b"text/plain")], u"FAIL"