Skip to content

Commit

Permalink
Correct parser config class
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 10, 2021
1 parent 4685c30 commit 7234882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webqueue2api/parser/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@dataclass
class Configuraton:
queue_directory: str
queues_to_ignore = list
queues_to_ignore: list

config = Configuraton(
queue_directory = "/home/pier/e/queue/Mail",
Expand Down

0 comments on commit 7234882

Please sign in to comment.