Skip to content

Commit

Permalink
Change version to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop committed Jan 29, 2021
1 parent 23923b9 commit f86ed3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions AV_Data_Capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def check_update(local_version):
data = json.loads(get_html("https://api.github.com/repos/yoshiko2/AV_Data_Capture/releases/latest"))
except:
print("[-]Failed to update! Please check new version manually:")
print("[-]https://github.com/yoshiko2/AV_Data_Capture/releases")
print("[-] https://github.com/yoshiko2/AV_Data_Capture/releases")
print("[*]======================================================")
return

Expand Down Expand Up @@ -132,16 +132,17 @@ def create_data_and_move_with_custom_number(file_path: str, c: config.Config, cu


if __name__ == '__main__':
version = '4.3.2'
version = '4.4.1'

# Parse command line args
single_file_path, folder_path, config_file, custom_number, auto_exit = argparse_function(version)

# Read config.ini
conf = config.Config(path=config_file)

print('[*]================== AV Data Capture ===================')
print('[*]' + version.center(54))
print('[*]======================================================')
print('[*]' + ('AV Data Capture ver.' + version).center(54))

if conf.update_check():
check_update(version)
Expand Down

0 comments on commit f86ed3b

Please sign in to comment.