Package commands :: Module update_graphs
[hide private]
[frames] | no frames]

Source Code for Module commands.update_graphs

 1  from flask_script import Command 
 2  from coprs.logic import builds_logic 
 3   
 4   
5 -class UpdateGraphsDataCommand(Command):
6 """ 7 Generates newest graph data. 8 """ 9
10 - def run(self):
14