mirror of
https://github.com/yawaflua/python-qiwi.git
synced 2025-12-10 04:19:31 +02:00
fix bugs 2
This commit is contained in:
@@ -5,7 +5,7 @@ import random
|
|||||||
import string
|
import string
|
||||||
|
|
||||||
|
|
||||||
class QiwiWwаllet():
|
class QiwiWаllet():
|
||||||
|
|
||||||
def __init__(self, phone, api_token):
|
def __init__(self, phone, api_token):
|
||||||
self.s = requests.Session()
|
self.s = requests.Session()
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -7,7 +7,7 @@ with open("README.md", "r", encoding='utf-8') as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="python-qiwi",
|
name="python-qiwi",
|
||||||
version="0.0.3",
|
version="1.0.0",
|
||||||
author="Lev",
|
author="Lev",
|
||||||
author_email="lev_bariakh@icloud.com",
|
author_email="lev_bariakh@icloud.com",
|
||||||
description="library for easy work with qiwi wallet",
|
description="library for easy work with qiwi wallet",
|
||||||
|
|||||||
Reference in New Issue
Block a user