mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Merge branch 'dev'
This commit is contained in:
commit
fb05f08999
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ async def paginate(
|
|||
end=''):
|
||||
paginator = Paginator(prefix=prefix, suffix=suffix)
|
||||
messages = []
|
||||
i = copy.deepcopy(i)
|
||||
i = sorted(copy.deepcopy(i))
|
||||
|
||||
if start:
|
||||
paginator.add_line(start)
|
||||
|
|
Loading…
Reference in a new issue