diff --git a/FirstLiv/main.py b/FirstLiv/main.py index ee299b7..8707951 100644 --- a/FirstLiv/main.py +++ b/FirstLiv/main.py @@ -169,11 +169,11 @@ class NouvelleFenetre: # Initialisez la connexion OBS WebSocket self.ws = obsws("localhost", 4455, "MPcZLZfViZihHqmg") - self.ws.connect() + # self.ws.connect() # Configurez les paramètres de diffusion pour Twitch (remplacez 'stream_key' par le nom correct de votre champ) twitch_stream_key = self.get_twitch_key_from_database(username) # Variable qui récupére la key - self.configure_obs_for_twitch(twitch_stream_key) + # self.configure_obs_for_twitch(twitch_stream_key) # On affiche bienvenue à la personne s'étant identifiée, en récupérant la variable lastname label = Label(self.root, text=f"Bienvenue, {username}!")