Quick patch to get certgen running

This commit is contained in:
2025-05-04 14:57:58 +02:00
parent f29ad0d6b4
commit 0e406ab360

View File

@@ -28,7 +28,7 @@ import signal
import sys import sys
try: try:
from autocertgen import AutoCertGen from certgen import AutoCertGen
except ImportError: except ImportError:
print( print(
"WARN: You need the AutoCertGen plugin! Please install it from\n" "WARN: You need the AutoCertGen plugin! Please install it from\n"