aboutsummarylogtreecommitdiffstats
path: root/clashup
diff options
context:
space:
mode:
Diffstat (limited to 'clashup')
-rwxr-xr-xclashup4
1 files changed, 2 insertions, 2 deletions
diff --git a/clashup b/clashup
index d85002e7cb2d..1953ef07d152 100755
--- a/clashup
+++ b/clashup
@@ -112,9 +112,9 @@ class ClashUp:
f.write(resp.content)
with open(self.mmdb_version_file, 'w') as f:
f.write(current_version)
- logging.info('update mmdb')
+ logging.info('Update mmdb')
except requests.exceptions.RequestException:
- logging.warning('update mmdb failed')
+ logging.warning('Update mmdb failed')
def update_time_cache(self):
if not os.path.isfile(self.cache_file_path):