Skip to content

Commit

Permalink
expurious argument execution_id removed
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Aug 17, 2022
1 parent 2df70e5 commit d5f6b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tomatic_timetablelauncher.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def apiPost(url, **params):
)
return ns.loads(response.content)

def api(url, execution_id):
def api(url):
response = requests.get(
config.baseUrl + url,
params=params,
Expand Down

0 comments on commit d5f6b54

Please sign in to comment.