Example #1
0
        def handle(self, *args, **options):
            #here we go
	    functions.check_scores(functions.MLB,functions.yesterday)
	    functions.check_scores(functions.NBA,functions.yesterday)
	    functions.check_scores(functions.NFL,functions.yesterday)
	    functions.check_scores(functions.NCAAF,functions.yesterday)
	    functions.check_scores(functions.NHL,functions.yesterday)
Example #2
0
        def handle(self, *args, **options):
            #here we go
	    functions.check_scores(functions.MLB,functions.yesterday)
Example #3
0
	def handle(self, *args, **options):
            functions.check_scores(functions.NCAAF, functions.lastweek)
            self.stdout.write("Check_Scores ran functions.check_Scores")