Skip to content

Commit

Permalink
List in debug output fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
farkon00 committed Mar 13, 2022
1 parent 7a6f96e commit d4ab726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binarian.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def main():
del state.vars["0"]
del state.vars["1"]

print("\n" + str(state.vars))
print("\n" + str({i : str(j) for i, j in state.vars.items()}))

print(f"\nFinished in {time() - start_time - state.input_time} sec")

Expand Down

0 comments on commit d4ab726

Please sign in to comment.