Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
farfun committed Dec 23, 2024
1 parent d85e6e7 commit 82eb8a1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions logs/all.log
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
2024-12-23 21:05:39.630 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build
2024-12-23 21:05:39.630 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull
2024-12-23 21:05:47.161 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push
2024-12-23 21:06:37.305 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build
2024-12-23 21:06:37.306 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull
2024-12-23 21:06:43.853 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push
3 changes: 3 additions & 0 deletions logs/funbuild.log
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
2024-12-23 21:05:39.630 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build
2024-12-23 21:05:39.630 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull
2024-12-23 21:05:47.161 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push
2024-12-23 21:06:37.305 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build
2024-12-23 21:06:37.306 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull
2024-12-23 21:06:43.853 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fundrive"
version = "1.2.85"
version = "1.2.86"
description = "fundrive"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/fundrive/drives/alipan/drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class AlipanDrive(BaseDrive):
def __init__(self, drive_id=None, *args, **kwargs):
def __init__(self, *args, **kwargs):
super(AlipanDrive, self).__init__(*args, **kwargs)
from aligo import Aligo

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82eb8a1

Please sign in to comment.