desired_state column to be updated when the user starts/stops vm
This commit is contained in:
@ -5,7 +5,8 @@ import json
|
||||
import re
|
||||
|
||||
class Client:
|
||||
def __init__(self, api_uri="https://bitpay.com", insecure=False, pem=key_utils.generate_pem(), tokens={}):
|
||||
# this api_url used to default to bitpay.com, I changed it because why not ;P
|
||||
def __init__(self, api_uri="https://btcpay.cyberia.club", insecure=False, pem=key_utils.generate_pem(), tokens={}):
|
||||
self.uri = api_uri
|
||||
self.verify = not(insecure)
|
||||
self.pem = pem
|
||||
|
Reference in New Issue
Block a user