Reformatting #2

Merged
ComputerTech merged 5 commits from :master into master 2024-02-18 15:26:21 +01:00
Showing only changes of commit e638e1e30d - Show all commits

View file

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