mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Add client preferences
This commit is contained in:
parent
c42b2893ff
commit
966b3d5d62
12 changed files with 330 additions and 83 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import parsecfg except Config
|
||||
import os, net, types, strutils
|
||||
import net, types, strutils
|
||||
|
||||
proc get[T](config: parseCfg.Config; s, v: string; default: T): T =
|
||||
let val = config.getSectionValue(s, v)
|
||||
|
|
|
|||
Loading…
Reference in a new issue