zulip_bots: Only cache storage.get(). Don't cache put().
This commit is contained in:
parent
c264f7ef12
commit
ea6ddb2312
5 changed files with 5 additions and 26 deletions
|
@ -5,7 +5,6 @@ class IncrementorHandler(object):
|
|||
META = {
|
||||
'name': 'Incrementor',
|
||||
'description': 'Example bot to test the update_message() function.',
|
||||
'uses_storage': True,
|
||||
}
|
||||
|
||||
def usage(self):
|
||||
|
|
|
@ -270,7 +270,6 @@ class ticTacToeHandler(object):
|
|||
META = {
|
||||
'name': 'TicTacToe',
|
||||
'description': 'Lets you play Tic-tac-toe against a computer.',
|
||||
'uses_storage': True,
|
||||
}
|
||||
|
||||
def usage(self):
|
||||
|
|
|
@ -7,7 +7,6 @@ class VirtualFsHandler(object):
|
|||
META = {
|
||||
'name': 'VirtualFs',
|
||||
'description': 'Provides a simple, permanent file system to store and retrieve strings.',
|
||||
'uses_storage': True,
|
||||
}
|
||||
|
||||
def usage(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue