INNER CODE UNIT · Python

main

netkiller/shell · bin/oscm.py:94

    def main(self):
        try:
            if self.debug:
                print("===================================")
                print(self.options, self.args)
                print("===================================")
                print(self.db)
                print("===================================")
#                for item in self.config[self.options.smtp]:
#                    print(item + '='+self.config.get(self.options.smtp, item))
                    
            

#            if self.options.path:
#                self.path = self.options.path
#
#            if self.options.group:
#                self.group = 'db/'+self.options.group

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…