Skip to content

Commit 40db3da

Browse files
committed
Merge branch 'activity' of https://github.com/allthingslinux/tux into activity
2 parents 0e8e839 + 2a5aa1f commit 40db3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tux/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async def change_activity(self) -> None:
6666

6767
for activity in activities:
6868
await self.change_presence(activity=activity)
69-
await asyncio.sleep(10 * 60)
69+
await asyncio.sleep(5 * 60)
7070

7171
# coroutine for console commands
7272
# loops user input and executes commands

0 commit comments

Comments
 (0)