add requested change

This commit is contained in:
mauwii 2023-02-05 21:15:39 +01:00
parent 7933f27a72
commit fc2a136eb0
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -1,6 +1,6 @@
import requests
from ldm.invoke.__init__ import __app_name__, __version__
from ldm.invoke import __app_name__, __version__
local_version = str(__version__).replace("-", "")
package_name = str(__app_name__)