Update CI
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -98,11 +98,3 @@ jobs:
|
|||||||
touch IPX-292.mp4
|
touch IPX-292.mp4
|
||||||
touch STAR-437-C.mp4
|
touch STAR-437-C.mp4
|
||||||
./Movie_Data_Capture
|
./Movie_Data_Capture
|
||||||
|
|
||||||
- name: Run test (Windows)
|
|
||||||
if: matrix.os == 'windows-latest'
|
|
||||||
run: |
|
|
||||||
cd dist
|
|
||||||
ni IPX-292.mp4
|
|
||||||
ni STAR-437-C.mp4
|
|
||||||
./Movie_Data_Capture
|
|
||||||
@@ -610,8 +610,12 @@ def main(args: tuple) -> Path:
|
|||||||
oCC = None if ccm == 0 else OpenCC('t2s' if ccm == 1 else 's2t')
|
oCC = None if ccm == 0 else OpenCC('t2s' if ccm == 1 else 's2t')
|
||||||
|
|
||||||
if not search == '':
|
if not search == '':
|
||||||
json_data = get_data_from_json(search, oCC, None, None)
|
search_list = search.split(",")
|
||||||
debug_print(json_data)
|
for i in search_list:
|
||||||
|
json_data = get_data_from_json(i, oCC, None, None)
|
||||||
|
debug_print(json_data)
|
||||||
|
time.sleep(int(config.getInstance().sleep()))
|
||||||
|
os._exit(0)
|
||||||
|
|
||||||
if not single_file_path == '': # Single File
|
if not single_file_path == '': # Single File
|
||||||
print('[+]==================== Single File =====================')
|
print('[+]==================== Single File =====================')
|
||||||
|
|||||||
Reference in New Issue
Block a user