Skip to content

Instantly share code, notes, and snippets.

View joker234's full-sized avatar
πŸ‘¨β€πŸ’»

Johannes Visintini joker234

πŸ‘¨β€πŸ’»
View GitHub Profile

Keybase proof

I hereby claim:

  • I am joker234 on github.
  • I am joker234 (https://keybase.io/joker234) on keybase.
  • I have a public key ASCd_yZV_A1XRS_f_QD9tEZge0zbIFdqMLKwXq92xPcaLQo

To claim this, I am signing this object:

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env python3
from http.server import HTTPServer, BaseHTTPRequestHandler
class AlwaysErrorRequestHandler(BaseHTTPRequestHandler):
status_code = 500
def do_GET(self):
self.respond()