1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

stopped logging full responses for da

This commit is contained in:
Phxntxm 2017-01-23 16:34:04 -06:00
parent 5c9939ae29
commit 36fe2e865c

View file

@ -78,7 +78,6 @@ class Deviantart:
params['username'] = da_name
data = await utils.request(self.base_url, payload=params)
log.warning("DA responded with {}".format(data))
result = data['results'][0]
cache[da_name] = result