Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Dec 12, 2016
1 parent b662482 commit c93f191
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/broadcaster.py
Expand Up @@ -29,12 +29,10 @@ class Broadcaster:
_instance = None

def __init__(self, url):
self.headerType = "multipart/x-mixed-replace"
self.url = url

self.clients = []
self.webSocketClients = []
self.clientCount = 0

self.status = Status._instance

Expand Down

0 comments on commit c93f191

Please sign in to comment.