Fix dashpi url

This commit is contained in:
cazagen 2019-04-22 22:46:38 +01:00
parent 0a8b6863a6
commit f86d48ac48
Signed by: cazagen
GPG Key ID: C326FEEE25FF7915
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import sys
from Jiffy import Jiffy
jiffy = Jiffy(
host='dashpi-g1',
host='dashpi-g1.hacklab',
api_url_v1_0='api/v1',
api_url_v1_2='api/v1.2',
credentials=(

View File

@ -7,7 +7,7 @@ from Jiffy import Jiffy
logging.basicConfig(level=logging.DEBUG)
jiffy = Jiffy(
host='dashpi-g1',
host='dashpi-g1.hacklab',
api_url_v1_0='api/v1',
api_url_v1_2='api/v1.2',
credentials=(