Skip to content

Commit 324bb5f

Browse files
refactor: changed --dev to --fast
1 parent 211d0c9 commit 324bb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discordanalytics/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async def init(self):
185185
print("[DISCORDANALYTICS] Instance successfully initialized")
186186

187187
if self.debug:
188-
if "--dev" in sys.argv:
188+
if "--fast" in sys.argv:
189189
print("[DISCORDANALYTICS] Fast mode is enabled. Stats will be sent every 30s.")
190190
else:
191191
print("[DISCORDANALYTICS] Fast mode is disabled. Stats will be sent every 5 minutes.")

0 commit comments

Comments
 (0)