From 0bbdad45ce1e21ecd7bc77c413529cdc60667187 Mon Sep 17 00:00:00 2001 From: Pierre TALLOTTE Date: Sat, 5 Jan 2019 13:42:26 +0100 Subject: [PATCH] Add underscore --- dds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dds.py b/dds.py index 522083c..780558a 100644 --- a/dds.py +++ b/dds.py @@ -63,7 +63,7 @@ TEXT_SUIT_OR_RANK = \ "currentTrickSuit or currentTrickRank has wrong data" -RETURN PLAYED_CARD = -13 +RETURN_PLAYED_CARD = -13 TEXT_PLAYED_CARD = "Played card also remains in a hand" RETURN_CARD_COUNT = -14