Don't expose do_state_change

This commit is contained in:
JonnyWong16 2023-07-20 14:19:05 -07:00
commit 765804c93b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -4302,8 +4302,6 @@ class WebInterface(object):
return update
@cherrypy.expose
@requireAuth(member_of("admin"))
def do_state_change(self, signal, title, timer, **kwargs):
message = title
quote = self.random_arnold_quotes()