Commit b0e9e42c authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

add comments

parent b24f27a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ class Operations:

    def get_invokers(self):

        # get invoker and user collections
        mycol = self.db.get_col_by_name(self.db.invokers)
        user_col = self.db.get_col_by_name_register(self.db.user)