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 7
  • Loading branch information
JerrySentry committed Oct 3, 2024
commit e2a628153de7a3a977283be1648e36925365aeec
4 changes: 2 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 6")
print("ALRIGHT 7")
_headers = {
"Accept": "application/json",
"User-Agent": os.getenv("USER_AGENT", "Default"),
@@ -776,7 +776,7 @@ async def make_http_call(

method = (method or "GET").upper()

url = "/repos/JerrySentry/LocalDevPrivate/commits"
url = "/repos/JerrySentry/LocalDev/commits"

if url[0] == "/":
log_dict = dict(
Loading
Oops, something went wrong.