Skip to content

Commit

Permalink
cleanup outdated code
Browse files Browse the repository at this point in the history
  • Loading branch information
bielna committed Apr 15, 2019
1 parent dcc6354 commit df042c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
2 changes: 0 additions & 2 deletions src/module_find_episodes.py
Expand Up @@ -4,7 +4,6 @@
import services
from data.models import Stream
import reddit
from tools import poll

def main(config, db, **kwargs):
reddit.init_reddit(config)
Expand Down Expand Up @@ -185,7 +184,6 @@ def _gen_text_streams(db, formats, show):
text = safe_format(formats["stream"], service_name=service.name, stream_link=service_handler.get_stream_link(stream))
stream_texts.append(text)

print(show)
lite_streams = db.get_lite_streams(show=show)
for lite_stream in lite_streams:
text = safe_format(formats["stream"], service_name=lite_stream.service_name, stream_link=lite_stream.url)
Expand Down
39 changes: 0 additions & 39 deletions src/tools/poll.py

This file was deleted.

0 comments on commit df042c8

Please sign in to comment.