fix add_waste_heat

This commit is contained in:
yerbol-akhmetov 2023-12-21 20:54:17 +06:00
parent 81041aa10e
commit 25cfcaf97b

View File

@ -3415,7 +3415,7 @@ if __name__ == "__main__":
if "I" in opts:
add_industry(n, costs)
if "I" in opts and "H" in opts:
if "H" in opts:
add_waste_heat(n)
if "A" in opts: # requires H and I