1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

refactoring

This commit is contained in:
Shlomi Fish 2019-04-30 17:40:18 +03:00
parent 6317008876
commit ea73eb32a3

View file

@ -80,9 +80,6 @@ class Comments:
#
self.comments = {}
def new(self):
return Comments()
def setGameComment(self, gameid, text):
player = None
key = (1, gameid, player)