Fix dashpi url
This commit is contained in:
parent
0a8b6863a6
commit
f86d48ac48
|
@ -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=(
|
||||
|
|
|
@ -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=(
|
||||
|
|
Loading…
Reference in New Issue
Block a user