Skip to content

Commit

Permalink
Merge pull request #182 from habernal/patch-4
Browse files Browse the repository at this point in the history
Fixing #180
  • Loading branch information
crux82 authored Jul 8, 2024
2 parents 8cb352e + 38cbf6e commit 514c41d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openreview/or2papers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
from tqdm import tqdm
import sys
from util import *
import openreview.api


def main(username, password, venue, download_all, download_pdfs):
try:
client_acl_v2 = openreview.Client(
client_acl_v2 = openreview.api.OpenReviewClient(
baseurl="https://api2.openreview.net", username=username, password=password
)
except Exception as e:
Expand Down

0 comments on commit 514c41d

Please sign in to comment.