mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Minor token changes
This commit is contained in:
parent
dc79f736d0
commit
1fb78f8047
5 changed files with 7 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import asyncdispatch, httpclient, uri, json, strutils, options
|
||||
import asyncdispatch, httpclient, uri, strutils, json
|
||||
import types, query, formatters, consts, apiutils, parser
|
||||
|
||||
proc getGraphProfile*(username: string): Future[Profile] {.async.} =
|
||||
|
|
|
|||
Loading…
Reference in a new issue