Factorio: fix crude-oil related crashes (#552)

This commit is contained in:
Fabian Dill
2022-05-21 20:57:26 +02:00
committed by GitHub
parent 0c80cd017f
commit 86013328d6
4 changed files with 18 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ import random
from schema import Schema, And, Or, Optional
from Utils import get_fuzzy_results
class AssembleOptions(abc.ABCMeta):
def __new__(mcs, name, bases, attrs):
options = attrs["options"] = {}