Commit e871a48d by Owo Sugiana

Bug fixed create_now()

1 parent f9341e4c
......@@ -12,6 +12,7 @@ version = '0.1'
dependencies = [
'cryptography',
'requests',
'pytz',
]
requires-python = '>= 3.9'
authors = [
......
# Winpay Create Virtual Account
from base64 import b64encode
from datetime import timedelta
from datetime import (
datetime,
timedelta,
)
from logging import getLogger
import pytz
import requests
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!