Bump version to v0.3.8 for release

This commit is contained in:
msramalho
2022-11-03 16:19:30 +00:00
parent 9e30b81d16
commit aae2bb5999
3 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ def test_login_custom_file():
VkScraper(
os.environ["VK_USERNAME"],
os.environ["VK_PASSWORD"],
os.environ.get("VK_TOKEN"),
session_file=session_filename,
)
assert os.path.isfile(session_filename)