Merge pull request #1141 from StopmotionSimonYT/master

Important fix: utils was not imported correctly
pull/1142/head 2.4.2
Callum Leslie 2 years ago committed by GitHub
commit 7ad01ef51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
import re
from utils import print_substep
from utils.console import print_substep
def id(reddit_obj: dict):
"""

Loading…
Cancel
Save