We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
botの投稿先リポジトリがコードに直書きされている https://github.com/attache-case/omoitsukibot/blob/master/plugins/Github_func.py#L12-L14 ので、
botが稼働しているheroku側で環境変数として
GITHUB_REPO_OWNER = IIS-Lab GITHUB_REPO_NAME = LightBulb
を登録したのち、(IIS-Labでの運用の場合)
コードの該当部分を
REPO_OWNER = os.environ.get('GITHUB_REPO_OWNER') REPO_NAME = os.environ.get('GITHUB_REPO_NAME')
に直す。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
botの投稿先リポジトリがコードに直書きされている
https://github.com/attache-case/omoitsukibot/blob/master/plugins/Github_func.py#L12-L14
ので、
botが稼働しているheroku側で環境変数として
を登録したのち、(IIS-Labでの運用の場合)
コードの該当部分を
に直す。
The text was updated successfully, but these errors were encountered: