From 8e5e809ec9c3fbb6d4577319a5ef596a20fa0d47 Mon Sep 17 00:00:00 2001 From: Skullheadx <94652084+Skullheadx@users.noreply.github.com> Date: Mon, 26 Dec 2022 23:47:06 -0500 Subject: [PATCH] add caption to display --- display.py | 1 + 1 file changed, 1 insertion(+) diff --git a/display.py b/display.py index bc7dea7..8318bdd 100644 --- a/display.py +++ b/display.py @@ -29,6 +29,7 @@ class Node: class Display: + pygame.display.set_caption("Traveling Salesman Problem") def __init__(self, path: str) -> None: with open(path, "r") as f: -- 2.54.0