Reformatted channel_manager.py

This commit is contained in:
Yuuki Chan 2024-02-18 23:03:16 +09:00
parent ca832ff563
commit e638e1e30d

View file

@ -4,6 +4,7 @@ import json
import os import os
from os import path from os import path
class ChannelManager: class ChannelManager:
def __init__(self): def __init__(self):
self.channels = self._load_channels() self.channels = self._load_channels()