Skip to content

Commit

Permalink
Rename Writer Function
Browse files Browse the repository at this point in the history
  • Loading branch information
lumyjuwon committed Jul 18, 2019
1 parent 21b7195 commit c4bc778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion korea_news_crawler/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def initialize_file(self):
+ '_' + str(self.save_end_year) + self.save_end_month + '.csv', 'w', encoding='utf-8',
newline='')

def get_wcsv(self):
def get_writer_csv(self):
return self.wcsv

def close(self):
Expand Down

0 comments on commit c4bc778

Please sign in to comment.