MCPcopy Create free account
hub / github.com/awolfly9/IPProxyTool / update_proxy

Method update_proxy

sql/sql_manager.py:42–43  ·  view source on GitHub ↗
(self, table_name, proxy)

Source from the content-addressed store, hash-verified

40 return self.sql.select_proxy(table_name, **kwargs)
41
42 def update_proxy(self, table_name, proxy):
43 return self.sql.update_proxy(table_name, proxy)
44
45 def update_valid_proxy(self,id=0):
46 return self.sql.update_valid_proxy(id=id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected