Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
burdenless committed Apr 12, 2016
1 parent f74b129 commit 77509db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forager/cb_tools.py
Expand Up @@ -51,7 +51,7 @@ def run_feed_server():

def cb_gen(run_mode):
#cbfeed generator

feed_list = gen_feed_list()

# Check for data/cb/ dir
Expand Down Expand Up @@ -170,7 +170,6 @@ def get_feed_info(f):

# Find URL in feeds.py
try:
print(getcwd())
feedfile = open('../forager/feeds.py', 'r').readlines()
except:
print((Fore.RED + '\n[-]' + Fore.RESET), end=' ')
Expand Down

0 comments on commit 77509db

Please sign in to comment.