Closed 07pepa closed 1 year ago
this is super small and more for sake of readability
i found
"Bearer {}".format(self.token)
more harder to read then
f"Bearer {self.token}"
@07pepa Thanks for this! #58 merged!
this is super small and more for sake of readability
i found
more harder to read then