Skip to content

Commit

Permalink
Whoopsie, now all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlusky committed May 30, 2015
1 parent 7725e02 commit 9610934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackcrawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def main():
return

slack_files_crawler = SlackFilesCrawler(slack_session)
slack_files = slack_files_crawler.get_file_page(1)
slack_files = slack_files_crawler.get_all_files()

file_util = SlackFileUtil(slack_session)
for slack_file in slack_files:
Expand Down

0 comments on commit 9610934

Please sign in to comment.