From c712fce92bb1c9e8673f2ef8f2095f8f0cd415bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 1 Sep 2021 17:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E8=B7=AF=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 1 - 1 file changed, 1 deletion(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index d7ed882..641936d 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -58,7 +58,6 @@ $mogu_f = fopen(__DIR__ . '/data/mogu.csv', 'w'); $mogu = json_decode(file_get_contents($url), true)['data']; mogu_getList($mogu, $mogu_f, $all, $mogu_data); fclose($mogu_f); -die; $time = time();