コード例 #1
0
    def stats(self):
        plugins = plugins_get()
        version = version_get()

        print(
            template('stats_plugin.mustache', {
                'version': version,
                'plugins': plugins
            }))
コード例 #2
0
 def default(self):
     print(template("intro.mustache", {'version': version_get(),
         'color': True}))
コード例 #3
0
ファイル: stats.py プロジェクト: ksmaheshkumar/droopescan
    def stats(self):
        plugins = plugins_get()
        version = version_get()

        print(template("stats_plugin.mustache", {"version": version, "plugins": plugins}))