It looks like you're new here. If you want to get involved, click one of these buttons!
</code>
validity=kite.VALIDITY_TTL(1) # returns str object not callable
validity=kite.VALIDITY_TTL[1] # returns Invalid `validity`
validity=kite.VALIDITY_TTL*1 # returns 'content-type'
validity=kite.VALIDITY_TTL
validity_ttl= 1 ( num of mins)
(gotta stop using text editor need that autocomplete)