mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #7] TypeError: unsupported operand type(s) for |: 'type' and 'type' #6
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChilledSlim on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/7
Within the Docker container, config.py throws a typeerror. Tried with both an empty config file and with a config file.
@Googolplexed0 commented on GitHub (Mar 31, 2025):
I have been using typehint syntax that was added in Python 3.10, not realizing zotify currently builds with Python >= 3.9. Should be fixed with latest commit
e5af8dd.