From 936a2fca086086af176b32f149c21f84e1c31b7e Mon Sep 17 00:00:00 2001 From: "A. Svensson" Date: Sun, 8 Mar 2015 13:14:01 +0100 Subject: [PATCH] Renamed the update script to a better name. --HG-- branch : history_model --- .../commands/{update_population.py => update_server_stats.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/gameservers/management/commands/{update_population.py => update_server_stats.py} (98%) diff --git a/src/gameservers/management/commands/update_population.py b/src/gameservers/management/commands/update_server_stats.py similarity index 98% rename from src/gameservers/management/commands/update_population.py rename to src/gameservers/management/commands/update_server_stats.py index 7d1fd04..0011774 100755 --- a/src/gameservers/management/commands/update_population.py +++ b/src/gameservers/management/commands/update_server_stats.py @@ -86,7 +86,7 @@ class ServerParser(object): class Command(BaseCommand): - help = 'Update population stats for all ss13 servers.' + help = 'Update history stats for all ss13 servers.' def handle(self, *args, **kwargs): parser = ServerParser()