3 Commits

Author SHA1 Message Date
dependabot[bot]
4895682d7a Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-13 00:18:49 +00:00
38facc0adc accidental merge 2020-11-13 18:24:33 +00:00
b53a6d4006 update eol notice 2020-11-13 18:23:48 +00:00
3 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
## 👀 ➡️: Try [jfa-go](https://github.com/hrfee/jfa-go), a rewrite in Go. It's faster and has more features. ## 👀 ➡️: Try [jfa-go](https://github.com/hrfee/jfa-go), a rewrite in Go. It's faster and has more features.
###### I won't be updating this version any more, and switching should be easy. ###### I won't be updating this version any more, and switching should be easy.
**please don't open any new issues.**
You can find the old README [here](https://github.com/hrfee/jellyfin-accounts/blob/main/README.old.md). You can find the old README [here](https://github.com/hrfee/jellyfin-accounts/blob/main/README.old.md).

View File

@@ -1,7 +1,7 @@
# Runs it! # Runs it!
__version__ = "0.3.9" __version__ = "0.3.9"
print("Note: jellyfin-accounts will likely not receive many future updates. Try jfa-go, a rewrite thats fast, portable, and has more features. Find it at\nhttps://github.com/hrfee/jfa-go\n") print("Note: jellyfin-accounts has been deprecated. Try jfa-go, a rewrite thats fast, portable, and has more features. Find it at\nhttps://github.com/hrfee/jfa-go\n")
import secrets import secrets
import configparser import configparser

12
package-lock.json generated
View File

@@ -188,9 +188,9 @@
"integrity": "sha1-zTW+QoK8kwMivL8dsjqHKcYKMcs=" "integrity": "sha1-zTW+QoK8kwMivL8dsjqHKcYKMcs="
}, },
"bootstrap4": { "bootstrap4": {
"version": "npm:bootstrap@4.5.2", "version": "npm:bootstrap@4.5.3",
"resolved": "https://registry.npm.taobao.org/bootstrap/download/bootstrap-4.5.2.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz",
"integrity": "sha1-qFxO2lkVXw1xGGtuatm4dYE3eas=" "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",
@@ -848,9 +848,9 @@
"integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=" "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
}, },
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.8",
"resolved": "https://registry.npm.taobao.org/ini/download/ini-1.3.5.tgz", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc=" "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
}, },
"is-arrayish": { "is-arrayish": {
"version": "0.2.1", "version": "0.2.1",