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();