From 804861ea75aa101c6b49d1a467c5835ad9800b98 Mon Sep 17 00:00:00 2001 From: Tudor Roman Date: Sat, 14 Sep 2019 11:52:43 +0300 Subject: team id must be an integer --- add_teams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_teams b/add_teams index 5fd264e..69a473c 100755 --- a/add_teams +++ b/add_teams @@ -6,7 +6,7 @@ # # This script expects as its first argument a path to a csv file with two columns, # name and id. name should be the long name of the team, like "Romania - Juniors", -# while id should be a short identifier, like "RO_VJ". +# while id should be an integer # import csv -- cgit v1.2.3