Rafik Mikhael
Results
1
issues of
Rafik Mikhael
Running the following python script: ``` #!/usr/bin/python3 import asyncio import aiohttp from fpl import FPL async def my_team(user_id): async with aiohttp.ClientSession() as session: fpl = FPL(session) await fpl.login("someemail.com", "somepassword") user...
bug