backup
This commit is contained in:
parent
4f2d652a69
commit
489c37357e
BIN
data/aniworld.db-shm
Normal file
BIN
data/aniworld.db-shm
Normal file
Binary file not shown.
BIN
data/aniworld.db-wal
Normal file
BIN
data/aniworld.db-wal
Normal file
Binary file not shown.
@ -17,7 +17,7 @@
|
|||||||
"keep_days": 30
|
"keep_days": 30
|
||||||
},
|
},
|
||||||
"other": {
|
"other": {
|
||||||
"master_password_hash": "$pbkdf2-sha256$29000$HoPQujcmhFCqdY6RkvI.Rw$YphPCe3vAewoVMlzHgaoX7uarFx0GVSQaplb0KYvIFI",
|
"master_password_hash": "$pbkdf2-sha256$29000$o/R.b.0dYwzhfG/t/R9DSA$kQAcjHoByVaftRAT1OaZg5rILdhMSDNS6uIz67jwdOo",
|
||||||
"anime_directory": "/mnt/server/serien/Serien/"
|
"anime_directory": "/mnt/server/serien/Serien/"
|
||||||
},
|
},
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
|
|||||||
@ -106,29 +106,4 @@ For each task completed:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Completed Tasks:
|
|
||||||
|
|
||||||
### ✅ Debug Logging (2026-01-07)
|
|
||||||
|
|
||||||
Verified that the logging is correctly set to INFO level and not DEBUG for both console and file handlers. The configuration in [src/infrastructure/logging/logger.py](src/infrastructure/logging/logger.py) properly uses the log level from settings, which defaults to INFO.
|
|
||||||
|
|
||||||
### ✅ Fix Download Issue (2026-01-07)
|
|
||||||
|
|
||||||
Fixed the TypeError in download functionality where `self.events.download_progress` was set to None when trying to subscribe a handler.
|
|
||||||
|
|
||||||
**Changes made:**
|
|
||||||
|
|
||||||
- Removed `self.events.download_progress = None` from [src/core/providers/aniworld_provider.py](src/core/providers/aniworld_provider.py#L109)
|
|
||||||
- Removed `self._events.download_status = None` and `self._events.scan_status = None` from [src/core/SeriesApp.py](src/core/SeriesApp.py#L157-158)
|
|
||||||
|
|
||||||
The Events library requires that events are not initialized to None. After creating the `Events()` object, event attributes are automatically handled by the library and can be subscribed to immediately.
|
|
||||||
|
|
||||||
**Testing:**
|
|
||||||
|
|
||||||
- Verified event initialization works correctly for both AniworldLoader and SeriesApp
|
|
||||||
- Confirmed that event subscription works without errors
|
|
||||||
- Unit tests continue to pass (251 passed)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## TODO List:
|
## TODO List:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user