mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-10-20 00:32:33 +02: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