Fix dashpi url
This commit is contained in:
parent
0a8b6863a6
commit
f86d48ac48
|
@ -4,7 +4,7 @@ import sys
|
||||||
from Jiffy import Jiffy
|
from Jiffy import Jiffy
|
||||||
|
|
||||||
jiffy = Jiffy(
|
jiffy = Jiffy(
|
||||||
host='dashpi-g1',
|
host='dashpi-g1.hacklab',
|
||||||
api_url_v1_0='api/v1',
|
api_url_v1_0='api/v1',
|
||||||
api_url_v1_2='api/v1.2',
|
api_url_v1_2='api/v1.2',
|
||||||
credentials=(
|
credentials=(
|
||||||
|
|
|
@ -7,7 +7,7 @@ from Jiffy import Jiffy
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
|
||||||
jiffy = Jiffy(
|
jiffy = Jiffy(
|
||||||
host='dashpi-g1',
|
host='dashpi-g1.hacklab',
|
||||||
api_url_v1_0='api/v1',
|
api_url_v1_0='api/v1',
|
||||||
api_url_v1_2='api/v1.2',
|
api_url_v1_2='api/v1.2',
|
||||||
credentials=(
|
credentials=(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user