Skip to content

Commit

Permalink
Update ipfspinsteem2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnn3y committed Apr 7, 2018
1 parent dc16c8a commit ef9caf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipfspinsteem/ipfspinsteem2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ef9caf5

Please sign in to comment.