diff --git a/CLAUDE_PROJECT_README.md b/CLAUDE_PROJECT_README.md index 73b5e65..96cb60c 100644 --- a/CLAUDE_PROJECT_README.md +++ b/CLAUDE_PROJECT_README.md @@ -5,9 +5,9 @@ ## Project Overview - **Path**: `A:\GiTea\AccountForger` -- **Files**: 1104 files -- **Size**: 211.2 MB -- **Last Modified**: 2025-10-08 22:32 +- **Files**: 1232 files +- **Size**: 234.3 MB +- **Last Modified**: 2025-10-18 22:22 ## Technology Stack @@ -197,9 +197,9 @@ logs/ │ ├── after_account_create_click_1757810496.png │ ├── after_account_create_click_1759527439.png │ ├── after_account_create_click_1759870629.png -│ ├── after_code_retrieval_1757531778.png -│ ├── after_code_retrieval_1757807127.png -│ └── after_code_retrieval_1757807239.png +│ ├── after_account_create_click_1760212451.png +│ ├── after_account_create_click_1760212811.png +│ └── after_code_retrieval_1757531778.png resources/ │ ├── icons/ │ │ ├── check-white.svg @@ -429,3 +429,4 @@ This project is managed with Claude Project Manager. To work with this project: - README updated on 2025-10-03 20:29:19 - README updated on 2025-10-08 22:32:21 - README updated on 2025-10-08 22:34:43 +- README updated on 2025-10-18 22:23:22 diff --git a/database/accounts.db b/database/accounts.db index 7c3110d..75acc69 100644 Binary files a/database/accounts.db and b/database/accounts.db differ diff --git a/social_networks/instagram/instagram_login.py b/social_networks/instagram/instagram_login.py index a357f61..6dd418e 100644 --- a/social_networks/instagram/instagram_login.py +++ b/social_networks/instagram/instagram_login.py @@ -975,8 +975,8 @@ class InstagramLogin: return True logger.info("One-Tap Dialog erkannt - versuche 'Jetzt nicht' zu klicken") - self.automation._send_status_update("Behandle One-Tap Dialog") - self.automation._send_log_update("Klicke 'Jetzt nicht' im One-Tap Dialog...") + self.automation._send_status_update("Account wird finalisiert") + self.automation._send_log_update("Letzte Anmeldeschritte laufen automatisch...") # Screenshot vor der Aktion self.automation._take_screenshot("onetap_dialog") @@ -1671,4 +1671,4 @@ class InstagramLogin: except Exception as e: logger.error(f"Fehler beim Prüfen der Cookie-Präferenzen: {e}") - return False \ No newline at end of file + return False