MCPcopy Create free account
hub / github.com/DIMFLIX/Spectrum-Security / get_programm_settings

Method get_programm_settings

db.py:55–56  ·  view source on GitHub ↗
(self, setting)

Source from the content-addressed store, hash-verified

53 self.cur.execute("UPDATE programm_settings SET status = ? WHERE setting = ?", [status, setting])
54
55 def get_programm_settings(self, setting):
56 return self.cur.execute("SELECT status FROM programm_settings WHERE setting = ?", [setting,]).fetchone()
57
58
59

Callers 4

main_page_infoMethod · 0.80
eventFilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected