Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
holohup committed Aug 19, 2023
1 parent 2250660 commit 01a85fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/scanner/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ async def get_api_response(instrument: str):
return await getattr(client.instruments, instrument)()


async def dividend_scan():
async def dividend_scan(command, args):
max_futures_ahead = 3
interest_rate = 12
percent_threshold = 1
Expand Down

0 comments on commit 01a85fb

Please sign in to comment.