Skip to content

Commit b8cfbdc

Browse files
committed
chore: 在清理一次
1 parent aab38ec commit b8cfbdc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/cluster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ async def get_file(self, hash: str, use_master: bool = False):
198198
)
199199
if await self.available() and not use_master:
200200
storage = self.get_width_storage()
201-
print(storage)
202201
if isinstance(storage, storages.LocalStorage) and await storage.exists(storage_file):
203202
file = LocalStorageFile(
204203
hash,

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def web_sockets(self):
185185

186186
const = Const()
187187

188-
VERSION = "3.3.13"
188+
VERSION = "3.3.14"
189189
API_VERSION = "1.13.1"
190190
USER_AGENT = f"openbmclapi/{API_VERSION} python-openbmclapi/{VERSION}"
191191
PYTHON_VERSION = ".".join(map(str, (sys.version_info.major, sys.version_info.minor, sys.version_info.micro)))

0 commit comments

Comments
 (0)