Update something

This commit is contained in:
Richard Chien
2016-12-03 22:41:12 +08:00
parent fc89aa847c
commit e215da8a1d
4 changed files with 34 additions and 3 deletions

View File

@ -1,3 +1,5 @@
import os
import requests
@ -16,4 +18,4 @@ class ApiClient:
return None
client = ApiClient('http://127.0.0.1:5000/openqq')
client = ApiClient(os.environ.get('QQ_API_URL'))