From 4cccdca794a5e3258e956dff3da5ec12551b70dd Mon Sep 17 00:00:00 2001 From: snoutie <71790678+SnoutBug@users.noreply.github.com> Date: Tue, 20 Sep 2022 20:25:42 +0200 Subject: [PATCH] Update auto_update.py --- auto_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_update.py b/auto_update.py index 930dc57..142577c 100644 --- a/auto_update.py +++ b/auto_update.py @@ -17,7 +17,7 @@ tags = [] hash_table = [] #Names of default maps in the GitHub repo -default = ['etk', 'jri', 'utah', 'derby', 'hirochi', 'industrial', 'gridmap_v2', 'small_island', 'east_coast_usa',] +default = ['etk', 'jri', 'utah', 'derby', 'hirochi', 'industrial', 'gridmap_v2', 'small_island', 'east_coast_usa', 'wcusa', 'italy',] try: path = str(sys.argv[1])