frederik-hoeft / pmdbs

(Terminated) A password manager featuring an optional online mode to sync your data across your Windows and Android devices.
1 stars 0 forks source link

Create Client Class And Implement GetClient Function #103

Closed frederik-hoeft closed 5 years ago

frederik-hoeft commented 5 years ago

Currently a 2D List is used to keep track of connected clients. allClients = [client_object, client_object, client_object] would be better. Whereas _clientobject should have the following properties: