Improve UI cohesion, status bar, and core attack reliability
This commit is contained in:
10
main.py
10
main.py
@@ -1,13 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Facebook Recovery System v1.0
|
||||
GODCWAK v1.0
|
||||
GPU-accelerated password recovery tool with proxy rotation.
|
||||
|
||||
Usage:
|
||||
python main.py
|
||||
|
||||
Requirements:
|
||||
pip install -r requirements.txt
|
||||
GODCWAK.bat
|
||||
"""
|
||||
import logging
|
||||
import sys
|
||||
@@ -78,9 +76,9 @@ def main():
|
||||
sys.exit(1)
|
||||
|
||||
try:
|
||||
from src.gui.app import FacebookRecoveryApp
|
||||
from src.gui.app import GODCWAKApp
|
||||
|
||||
app = FacebookRecoveryApp()
|
||||
app = GODCWAKApp()
|
||||
logger.info("Application started successfully")
|
||||
app.mainloop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user