Fixed scraper import

master
Tibor Bizjak 2023-03-20 09:12:26 +01:00
parent 40a9f95525
commit 39381d3d86
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env pypy3
from scrapper import AdventSession
from scraper import AdventSession
from getpass import getpass
import importlib
import os