From 95157a9b932fafffe449e970a86a15e0a4588485 Mon Sep 17 00:00:00 2001 From: Owen-Cochell Date: Thu, 9 Jun 2022 20:44:53 -0400 Subject: [PATCH] Minor typo fix --- server_update.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server_update.py b/server_update.py index f56e4d8..4890577 100644 --- a/server_update.py +++ b/server_update.py @@ -1310,13 +1310,13 @@ def version_select(self, default_version: str='latest', default_build: int=-1) - if len(nums) == 0: # No builds available, abort: - + print("# No builds available!") print("\nThe version you have selected has no builds available.") print("This could be because the version you are attempting to install is too new or old.") print("The best solution is to either wait for a build to be produced for your version,") print("Or select a different version instead.") - + print("\nTo see if a specific version has builds, you can issue the following command:\n") print("python server_update.py -nc --version [version]") print("\nSimply replace [version] with the version you wish to check.") @@ -1468,7 +1468,7 @@ def get_new(self, default_version: str='latest', default_build: int=-1, backup: print("The file integrity check failed!") print("This means that the file downloaded is corrupted or damaged in some way.") print("Your current install (if one is targeted) has not been altered.") - print("\nThere are many diffrent causes for this error to occur.") + print("\nThere are many different causes for this error to occur.") print("It is likely that this is a one-off event.") print("Try again, and if this command continues to fail,") print("then your network or device might have a problem.")