Skip to content

Commit 44372bf

Browse files
committed
Merge remote-tracking branch 'origin/develop'
# Conflicts: # algobot/__main__.py
2 parents cd5a1e7 + 1ce8654 commit 44372bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

algobot/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ def __init__(self, parent=None):
9797
elif algobot.LATEST_VERSION == UNKNOWN:
9898
self.add_to_live_activity_monitor('Failed to fetch latest version metadata.')
9999
elif algobot.LATEST_VERSION == algobot.CURRENT_VERSION:
100-
self.add_to_live_activity_monitor('No updates found.')
100+
self.add_to_live_activity_monitor(f'No updates found. You are running the latest version: '
101+
f'{algobot.CURRENT_VERSION}')
101102
else:
102103
higher_version = compare_versions(algobot.CURRENT_VERSION, algobot.LATEST_VERSION)
103104
if higher_version == algobot.LATEST_VERSION:

0 commit comments

Comments
 (0)