Skip to content

Commit

Permalink
function name change
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbenes1996 committed Jun 11, 2020
1 parent 78a8bfe commit da9a86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion covid19poland/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def fetch1(dt = None):
def fetch2(dt = None):
return fetch_table(parse_states, dt)

def twitter_deaths(start = None, end = None):
def twitter(start = None, end = None):
data,ignored,checkdates = PolishTwitter.get(end = end, start = start, keys = ['deaths'])
if checkdates:
print(checkdates)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name = 'covid19poland',
version = '0.0.3',
version = '0.0.4',
author = 'Martin Beneš',
author_email = '[email protected]',
description = 'Web Scraper for Poland COVID19 data.',
Expand All @@ -21,7 +21,7 @@
packages=setuptools.find_packages(),
license='MPL',
url = 'https://github.com/martinbenes1996/covid19poland',
download_url = 'https://github.com/martinbenes1996/covid19poland/archive/0.0.3.tar.gz',
download_url = 'https://github.com/martinbenes1996/covid19poland/archive/0.0.4.tar.gz',
keywords = ['2019-nCov', 'poland', 'coronavirus', 'covid-19', 'covid-data', 'covid19-data'],
install_requires=reqs,
package_dir={'': '.'},
Expand Down

0 comments on commit da9a86f

Please sign in to comment.