Example #1
0
def SetMasterRecipes(s=None, e=None):
    recipes, uncraftables = Trawler.TrawlAllRecipes(start=s, end=e)
    DataFiles.WriteMasterRecipes(recipes)
    DataFiles.WriteMasterUncraftables(uncraftables)
    Trawler.LoadMasters()