From 078518e5ad26fe6631cbd3400584e366091ec8a9 Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:08:58 -0300 Subject: [PATCH] hotfix --- authser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authser.py b/authser.py index d6dac9c..6c7be9b 100644 --- a/authser.py +++ b/authser.py @@ -10,8 +10,8 @@ from PyQt5.QtWidgets import (QApplication, QDialog, QLabel, QVBoxLayout, QPushButton, QLineEdit, QMessageBox) from PyQt5.QtCore import QThread, pyqtSignal, Qt, QUrl, QObject from PyQt5.QtGui import QDesktopServices -from picomc.logging import logger -from picomc.launcher import get_default_root, Launcher +from zucaro.logging import logger +from zucaro.launcher import get_default_root, Launcher # Constants for Microsoft Authentication URL_DEVICE_AUTH = "https://login.microsoftonline.com/consumers/oauth2/v2.0/devicecode"