Add provisioning API config (ref #154)

This commit is contained in:
Tulir Asokan
2018-06-24 21:22:12 +03:00
parent 15fd394d54
commit f6923a5e1b
6 changed files with 56 additions and 8 deletions
+2 -2
View File
@@ -17,14 +17,14 @@
class Context:
def __init__(self, az, db, config, loop, bot, mx, telethon_session_container):
def __init__(self, az, db, config, loop, bot, mx, session_container):
self.az = az
self.db = db
self.config = config
self.loop = loop
self.bot = bot
self.mx = mx
self.telethon_session_container = telethon_session_container
self.session_container = session_container
def __iter__(self):
yield self.az