From 15a6817362490b9ec3445af872b14c681c4db365 Mon Sep 17 00:00:00 2001 From: Iewnfod Date: Fri, 13 Oct 2023 12:42:51 +0800 Subject: [PATCH] Update update.py --- src/update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/update.py b/src/update.py index 9069db1..fb03faf 100644 --- a/src/update.py +++ b/src/update.py @@ -23,8 +23,8 @@ def _force_update(remote, repo): def _update(remote, repo): try: - if new_animation('Updating', 3, remote.pull, failed_msg='Failed to Update'): - print('\033[1mUpdate Successful\033[0m') + remote.pull() + print('\033[1mUpdate Successful\033[0m') except git.GitCommandError: override = ( 'There might be some conflicts between your copy and the remote one. Do you want to overwrite it? [Y/n]'