Skip to content

Commit

Permalink
Merge pull request #8 from jschibberges/7-new-api-key
Browse files Browse the repository at this point in the history
Updated general API key
  • Loading branch information
jschibberges authored May 30, 2024
2 parents 230c1ed + 55a7026 commit 31c0e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundestag_api/bta_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ class btaConnection:


def __init__(self, apikey=None):
GEN_APIKEY = "rgsaY4U.oZRQKUHdJhF9qguHMkwCGIoLaqEcaHjYLF"
GEN_APIKEY = "I9FKdCn.hbfefNWCY336dL6x62vfwNKpoN2RZ1gp21"

DATE_GEN_APIKEY = "31.05.2024"
DATE_GEN_APIKEY = "31.05.2025"
date_expiry = datetime.strptime(DATE_GEN_APIKEY, "%d.%m.%Y")

today = datetime.now()
Expand Down

0 comments on commit 31c0e0f

Please sign in to comment.