.BANCHO. .FIX. Fixed some missing references, code cleaning
This commit is contained in:
@@ -36,6 +36,7 @@ cloudflare = False
|
||||
chatFilters = None
|
||||
userIDCache = {}
|
||||
pool = None
|
||||
ircServer = None
|
||||
busyThreads = 0
|
||||
|
||||
debug = False
|
||||
|
@@ -1,4 +1,4 @@
|
||||
class stream():
|
||||
class stream:
|
||||
def __init__(self, name):
|
||||
"""
|
||||
Initialize a stream object
|
||||
|
@@ -1,6 +1,6 @@
|
||||
from objects import stream
|
||||
|
||||
class streamList():
|
||||
class streamList:
|
||||
def __init__(self):
|
||||
self.streams = {}
|
||||
|
||||
|
Reference in New Issue
Block a user