Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit 12db727

Browse files
committed
path issue fix
1 parent 57d80cb commit 12db727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='vk_captchasolver',
9-
version='1.0.3',
9+
version='1.0.4',
1010
author='Maehdakvan',
1111
author_email='[email protected]',
1212
description='VKontakte captcha solver with 91% accuracy right.',

vk_captchasolver/vk_captchasolver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ def solve(image=None, sid=None, s=None):
3535

3636
captcha = ''.join([codemap[c] for c in uint8(out[-1][out[0]>0])])
3737
if image == None:
38-
remove(join(CDIR, fname))
38+
remove(pjoin(CDIR, fname))
3939
return captcha

0 commit comments

Comments
 (0)