pangyuteng / make-og-pixel-great-again

5 stars 2 forks source link

x in datetime.datetime.strptime(x,'%Y-%m-%dT%H:%M:%SZ') #1

Closed st4141 closed 10 months ago

st4141 commented 10 months ago

Is x defined and correctly used in fetchall.py ? df.creationTime = datetime.datetime.strptime(x,'%Y-%m-%dT%H:%M:%SZ')

pangyuteng commented 10 months ago

wow. good catch. how did that line even get in there!?! looks like a bug to me...!!!

https://github.com/pangyuteng/make-og-pixel-great-again/blob/main/fetchall.py#L63

above line removed in branch main @st4141 thanks!