Skip to content

Commit

Permalink
backend: Avoid caching dicts
Browse files Browse the repository at this point in the history
fix #2377
  • Loading branch information
mirkobrombin committed Dec 16, 2022
1 parent 6770118 commit 3c35c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bottles/backend/wine/wineserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class WineServer(WineProgram):
program = "Wine Server"
command = "wineserver"

@cache(seconds=5)
def is_alive(self):
config = self.config

Expand Down

0 comments on commit 3c35c7e

Please sign in to comment.