Reformatted channel_manager.py
This commit is contained in:
parent
ca832ff563
commit
e638e1e30d
1 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@ import json
|
|||
import os
|
||||
from os import path
|
||||
|
||||
|
||||
class ChannelManager:
|
||||
def __init__(self):
|
||||
self.channels = self._load_channels()
|
||||
|
|
Loading…
Add table
Reference in a new issue