From 50aad089675894dd69b36bb0d7315fd3ae9929f8 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 12 May 2019 11:27:36 -0500 Subject: [PATCH] typo in new add_attraction command + learn how to c/p smh --- GeoffreyApp/api/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeoffreyApp/api/commands.py b/GeoffreyApp/api/commands.py index 10ae76d..a1ae2d4 100644 --- a/GeoffreyApp/api/commands.py +++ b/GeoffreyApp/api/commands.py @@ -211,7 +211,7 @@ def add_market(x_pos, z_pos, name=None, discord_uuid=None, mc_uuid=None): @command("POST") -def add_market(x_pos, z_pos, name=None, discord_uuid=None, mc_uuid=None): +def add_attraction(x_pos, z_pos, name=None, discord_uuid=None, mc_uuid=None): """ :request: POST :param x_pos: MC X Coordinate