mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Jerry-rig DummyCrawler to run
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
import argparse
|
||||
import asyncio
|
||||
from pathlib import Path
|
||||
|
||||
from .config import Config, ConfigDumpException, ConfigLoadException
|
||||
from .pferd import Pferd
|
||||
|
||||
|
||||
def main() -> None:
|
||||
@ -37,4 +39,5 @@ def main() -> None:
|
||||
exit(1)
|
||||
exit()
|
||||
|
||||
print(config)
|
||||
pferd = Pferd(config)
|
||||
asyncio.run(pferd.run())
|
||||
|
Reference in New Issue
Block a user