From 7cbf7c52d87d95afe84b0760819325d136a11584 Mon Sep 17 00:00:00 2001 From: sctnightcore Date: Tue, 7 Jan 2020 01:37:16 +0700 Subject: [PATCH] test error --- pyTrueWallet/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyTrueWallet/__init__.py b/pyTrueWallet/__init__.py index e259801..6290eb9 100644 --- a/pyTrueWallet/__init__.py +++ b/pyTrueWallet/__init__.py @@ -1,6 +1,7 @@ import os.path, time, requests, hashlib, hmac, base64, os, re, json from datetime import datetime, timedelta +testeorrrrr = = == class Truewallet(object): Secret_key = "9LXAVCxcITaABNK48pAVgc4muuTNJ4enIKS5YzKyGZ".encode('utf-8') Base_url = "https://mobile-api-gateway.truemoney.com/mobile-api-gateway"