Skip to content

Commit

Permalink
Removed unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael V. DePalatis committed Dec 14, 2014
1 parent 7028824 commit fe383a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flasknado.py
Expand Up @@ -10,12 +10,6 @@
from tornado.websocket import WebSocketHandler
from tornado.ioloop import IOLoop

class Server(Application):
def __init__(self):
handlers = [(r'/websocket', WebSocket)]
settings = dict()
Application.__init__(self, handlers, settings)

class WebSocket(WebSocketHandler):
def open(self):
print("Socket opened.")
Expand Down

0 comments on commit fe383a3

Please sign in to comment.