Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7417c40

Browse files
committed
Don't fetch github data
1 parent71a6a60 commit7417c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎rules_bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ def main() -> None:
146146
exceptKeyError:
147147
logging.info("No github api token set. Rate-limit is 60 requests/hour without auth.")
148148

149-
github_issues.init_ptb_contribs(dispatcher.job_queue)# type: ignore[arg-type]
150-
github_issues.init_issues(dispatcher.job_queue)# type: ignore[arg-type]
149+
#github_issues.init_ptb_contribs(dispatcher.job_queue) # type: ignore[arg-type]
150+
#github_issues.init_issues(dispatcher.job_queue) # type: ignore[arg-type]
151151

152152
# # set commands
153153
# updater.bot.set_my_commands(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp