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

debug 1 #379

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug 10
  • Loading branch information
JerrySentry committed Oct 4, 2024
commit 99727bd13366bd95a3bacf447d09084d34405764
5 changes: 3 additions & 2 deletions shared/torngit/github.py
Original file line number Diff line number Diff line change
@@ -764,7 +764,7 @@ async def make_http_call(
statuses_to_retry=[502, 503, 504],
**args,
) -> Response:
print("ALRIGHT 8")
print("ALRIGHT 9")
_headers = {
"Accept": "application/json",
"User-Agent": os.getenv("USER_AGENT", "Default"),
@@ -783,7 +783,8 @@ async def make_http_call(
method=method,
bot=token_to_use.get("username"),
repo_slug=self.slug,
loggable_token=token_to_use,
# loggable_token=token_to_use,
loggable_token=self.loggable_token(token_to_use),
)
url = self.api_url + url

Loading
Oops, something went wrong.