diff --git a/lottery_data_scraper/texas.py b/lottery_data_scraper/texas.py index c4f4b6a..61b2fa3 100644 --- a/lottery_data_scraper/texas.py +++ b/lottery_data_scraper/texas.py @@ -133,9 +133,7 @@ def main(): return games - if __name__ == "__main__": games = main() schema = GameSchema(many=True) print(schema.dumps(games)) - \ No newline at end of file