-
Notifications
You must be signed in to change notification settings - Fork 12
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
README.md Update #63
README.md Update #63
Conversation
Hey @zeel-codder please replace the below token from temp.py file with {DISCORD_TOKEN} and i will approve your PR |
I change it. and still working on issue #31 |
temp.py
Outdated
@@ -3,8 +3,7 @@ | |||
import tensorflow as tf | |||
|
|||
ssl._create_default_https_context = ssl._create_unverified_context | |||
token = 'https://discord.com/api/webhooks/771253998313144321/5FNBsAi8-exyc-3rx' \ | |||
'LOYudQdQqMdpcaCOqCh6z1IX4ledG1oGyaONeIY1HDUns6qBZhW' | |||
token = 'https://discord.com/api/webhooks/885143691201773578/dJgoeeuYqhhCoBNC5nX5ZMBAlx05hKkXVAgSWrSUk-rPc-c7P4n0DL98yGdHwHbERnj4' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please replace it with token = {DISCORD_TOKEN}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
like with which token 🤔.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just replace line 6 with below
token = {DISCORD_TOKEN}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am asking what is DISCORD_TOKEN and form where I can find it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a webhook from discord and I don't wanna expose my tokens anymore so I'm storing the token in the Github secrets
hi, for issue (#31) there is a problem while we make requests in API. I add the exception to handle this issue. Thank you 👱 |
temp.py
Outdated
@@ -3,7 +3,8 @@ | |||
import tensorflow as tf | |||
|
|||
ssl._create_default_https_context = ssl._create_unverified_context | |||
token = 'https://discord.com/api/webhooks/885143691201773578/dJgoeeuYqhhCoBNC5nX5ZMBAlx05hKkXVAgSWrSUk-rPc-c7P4n0DL98yGdHwHbERnj4' | |||
token = 'https://discord.com/api/webhooks/771253998313144321/5FNBsAi8-exyc-3rx' \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please replace this as requested
Great 👍 |
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 1.57%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Describe the changes you've made
Just On Function Name Problem In README.md
it should like
not
In telegram Sample Code.
Describe if there is any unusual behaviour of your code(Write
NA
if there isn't)NA
Checklist