Skip to content

Commit

Permalink
important quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x committed Oct 18, 2023
1 parent 84e53ce commit 9ad7d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redqu.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
import sys

helptext = """Usage: redqu sub sort time
Example: mpv $(redqu cats top week)
Example: redqu cats top week
Valid sort parameters: hot new top rising controversial
Valid time parameters: hour day week month year all
Top of week is the default
If you're seeing this message in error, please open an Issue:
To report issues of any kind:
https://github.com/port19x/redqu/issues"""

time = defaultdict(lambda: "?t=week")
Expand Down

0 comments on commit 9ad7d28

Please sign in to comment.