Syafiq Abdillah U
Results
1
comments of
Syafiq Abdillah U
> Same problem here > Edit: Actually I found the solution, simply use "await" when doing anything with session. Like: webpage = await session.get() instead of webpage = session.get(). this...