mirror of
https://github.com/chubin/wttr.in
synced 2024-12-26 03:33:12 +00:00
pyphoon moved out of wttr.in/
This commit is contained in:
parent
0ee1554cbf
commit
bd10befae4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ MYDIR = os.path.abspath(os.path.dirname(os.path.dirname('__file__')))
|
|||
|
||||
GEOLITE = os.path.join(MYDIR, 'data', "GeoLite2-City.mmdb")
|
||||
WEGO = "/home/igor/go/bin/we-lang"
|
||||
PYPHOON = "/home/igor/wttr.in/pyphoon/bin/pyphoon-lolcat"
|
||||
PYPHOON = "/home/igor/pyphoon/bin/pyphoon-lolcat"
|
||||
|
||||
CACHEDIR = os.path.join(MYDIR, "cache")
|
||||
IP2LCACHE = os.path.join(MYDIR, "cache/ip2l")
|
||||
|
|
Loading…
Reference in a new issue