Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whyy :( #1

Open
dropout1337 opened this issue Dec 8, 2021 · 2 comments
Open

whyy :( #1

dropout1337 opened this issue Dec 8, 2021 · 2 comments
Labels
good first issue Good for newcomers

Comments

@dropout1337
Copy link

well im gone for a few days, this is agony...

logging.info(f"{self.success}Successfully created direct message with %s {self.opbracket}%s{self.closebrckt}" % (json["recipients"][0]["username"], token[:59]))

why f-string... and why f-string and %.....
plz no hurt eyes..

PS: Keep up the good work, if I ever leave ik u can keep em nerds goin.

@hoemotion
Copy link
Owner

well im gone for a few days, this is agony...

logging.info(f"{self.success}Successfully created direct message with %s {self.opbracket}%s{self.closebrckt}" % (json["recipients"][0]["username"], token[:59]))

why f-string... and why f-string and %..... plz no hurt eyes..

PS: Keep up the good work, if I ever leave ik u can keep em nerds goin.

Because im a lazy mf and didnt care about that lol
I could change this in 5 minutes but it wouldnt improve/speed up the code at all

@hoemotion hoemotion added the good first issue Good for newcomers label Dec 13, 2021
@jis0324
Copy link

jis0324 commented Jan 12, 2022

haha... It seems you really are lazy.. k
5 mins is too much. it just will take less than 30 seconds.
logging.info(f"{self.success}Successfully created direct message with {json["recipients"][0]["username"]} {self.opbracket}{token[:59]}{self.closebrckt}")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants