pyphoon moved out of wttr.in/

This commit is contained in:
Igor Chubin 2018-10-23 18:53:34 +02:00
parent 0ee1554cbf
commit bd10befae4

View file

@ -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")