fixed a bug with the build because importing from passlib is buggy

This commit is contained in:
UpstreamData
2022-01-04 10:23:08 -07:00
parent c075f3f66a
commit 8a2cef15b2
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
from API import BaseMinerAPI, APIError
from passlib.hash import md5_crypt
from passlib.handlers import md5_crypt
import asyncio
import re
import json