From ef9caf5ccc3374388cf40919127fcf2971f2754f Mon Sep 17 00:00:00 2001 From: Johnn3y <37875319+Johnn3y@users.noreply.github.com> Date: Sat, 7 Apr 2018 12:09:23 +0200 Subject: [PATCH] Update ipfspinsteem2.py --- ipfspinsteem/ipfspinsteem2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipfspinsteem/ipfspinsteem2.py b/ipfspinsteem/ipfspinsteem2.py index 7699a39..8051392 100644 --- a/ipfspinsteem/ipfspinsteem2.py +++ b/ipfspinsteem/ipfspinsteem2.py @@ -100,12 +100,12 @@ def getHashesByContentList(self,liste): for l in liste: identifier='@'+l[s.user]+'/'+l[s.permlink] #vidobj2= C(authorperm=identifier).json_metadata - #vidobj2= self.getContentJSON(l[s.user],l[s.permlink]) + vidobj2= self.getContentJSON(l[s.user],l[s.permlink]) retlist=[] for jsonmdstr in s.available: for lu in s.available[jsonmdstr]: for q in lu: - vidobj2=self.getContentJSON(l[s.user],l[s.permlink]) + #vidobj2=self.getContentJSON(l[s.user],l[s.permlink]) try: if(vidobj2[q] is not None):#Implicit for DLive/Steepshot if(vidobj2[q][0]=='Q' and vidobj2[q][1]=='m' and len(vidobj2[q])==46):