INNER CODE UNIT · Python

usage

netkiller/shell · bin/oscm.py:89

    def usage(self):
        self.parser.print_help()
        print("\n  Homepage: http://www.netkiller.cn Author: Neo <netkiller@msn.com>")
        sys.exit(1)

    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))
                    
            

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…