Skip to content

Commit

Permalink
chore: version number jumps
Browse files Browse the repository at this point in the history
  • Loading branch information
txperl committed Oct 31, 2024
1 parent e731dd4 commit 07a60af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/lib/common/login_helper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def check_network(self, is_no_proxy: bool = False, is_silent: bool = False):
if not is_silent:
_ln(
(
SPrint.green("- Pixiv.net, Yep!")
SPrint.green("- Pixiv.net, yep!")
if is_pixiv_accessible
else SPrint.red("- Pixiv.net, Ops...")
else SPrint.red("- Pixiv.net, ops...")
),
header=None,
)
Expand Down
2 changes: 1 addition & 1 deletion app/lib/core/biu.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@interRoot.bind("biu", "LIB_CORE")
class CoreBiu(interRoot):
def __init__(self):
self.ver = 206020
self.ver = 206030
self.place = "local"
self.sysPlc = platform.system()
self.api_route = "direct"
Expand Down

0 comments on commit 07a60af

Please sign in to comment.