Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 0396ba5

Browse files
committed
✏️ 忘记加分号了
1 parent c09e7f6 commit 0396ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/cluster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ private function downloadnopoen($hash) {
247247
if (!file_exists($filePath)) {
248248
mkdir($filePath, 0777, true);
249249
}
250-
$filepath = "/openbmclapi/download/{$hash}?noopen=1"
250+
$filepath = "/openbmclapi/download/{$hash}?noopen=1";
251251
$client = new Swoole\Coroutine\Http\Client('openbmclapi.bangbang93.com', 443, true);
252252
$client->set([
253253
'timeout' => -1

0 commit comments

Comments
 (0)