Skip to content

Commit c0dbba6

Browse files
committed
fixes #64 defines new authentication for league init. TODO: add username and password auth
1 parent 873e908 commit c0dbba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ff_bot/ff_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def bot_main(function):
277277
if swid == '{1}' and espn_s2 == '1':
278278
league = League(league_id, year)
279279
else:
280-
league = League(league_id, year, espn_s2, swid)
280+
league = League(league_id, year, espn_s2=espn_s2, swid=swid)
281281

282282
test = False
283283
if test:

0 commit comments

Comments
 (0)