mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Remove nim-regex dependency, improve performance
This commit is contained in:
parent
0e5da8c305
commit
6c6386913e
4 changed files with 33 additions and 32 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
import strutils, strformat, uri, tables, base64
|
||||
import nimcrypto, regex
|
||||
import nimcrypto
|
||||
|
||||
var
|
||||
hmacKey: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue