Add happy path test for sending discord notification

This commit is contained in:
Deko
2023-03-04 00:38:22 +01:00
parent b5a7d409f8
commit 3a194988c1
4 changed files with 51 additions and 8 deletions

View File

@@ -1,11 +1,12 @@
import os
import time
from app.discord_client import DiscordClient
from app.twitch_client import StreamInformation, TwitchClient
from loguru import logger
from requests import HTTPError
from app.discord_client import DiscordClient
from app.twitch_client import StreamInformation, TwitchClient
class Main:
is_live: bool = False