add nine.testrun.org as default CI instance. fix #12

pull/13/head
missytake 2023-12-08 12:40:09 +01:00
parent 97d151dabd
commit b2e934f6db
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def outsider(tmpdir):
def account(db_path, show_ffi=False):
token = os.environ.get("DCC_NEW_TMP_EMAIL")
token = os.environ.get("DCC_NEW_TMP_EMAIL", "https://nine.testrun.org/cgi-bin/newemail.py")
print(token)
ac = deltachat.Account(str(db_path))
credentials = requests.post(token).json()