Why am I doing this?

This commit is contained in:
Aaron
2020-08-03 20:09:35 +02:00
parent 5ff923dd95
commit 48c2c2dff8
2 changed files with 5 additions and 5 deletions

View File

@@ -113,6 +113,5 @@ if __name__ == '__main__':
print("Figuring out stuff...")
solution = maximize_iq()
optimal = answer_dict_to_str(solution)
print("Sending: " + optimal)
ret = query(optimal)
print("Found optimal solution:\n\nOptimal: {}\n\nIQ: {}\n\nMessage: {}\n".format(optimal, ret["iq"], ret["str"]))