merels: Convert incorrectly shared class variable to instance variable.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
188d459ab1
commit
e942cceba0
1 changed files with 1 additions and 2 deletions
|
@ -6,9 +6,8 @@ from .libraries import database, game, game_data, mechanics
|
|||
|
||||
|
||||
class Storage:
|
||||
data = {}
|
||||
|
||||
def __init__(self, topic_name):
|
||||
self.data = {}
|
||||
self.data[topic_name] = '["X", 0, 0, "NNNNNNNNNNNNNNNNNNNNNNNN", "", 0]'
|
||||
|
||||
def put(self, topic_name, value: str):
|
||||
|
|
Loading…
Add table
Reference in a new issue