mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Rename templates
This commit is contained in:
parent
2ee79e7970
commit
6c5f491ee0
5 changed files with 41 additions and 42 deletions
|
|
@ -2,7 +2,9 @@ import asyncdispatch, asyncfile, httpclient, strutils, strformat, uri, os
|
|||
import jester
|
||||
|
||||
import api, utils, types, cache, formatters
|
||||
import views/[user, general, conversation]
|
||||
|
||||
include views/"user.nimf"
|
||||
include views/"general.nimf"
|
||||
|
||||
const cacheDir {.strdefine.} = "/tmp/nitter"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue