Skip to content

Commit

Permalink
fix issue causing 3.5.4 3.8 transition error
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Mar 21, 2024
1 parent de035d2 commit ccbc0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ofscraper/utils/config/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ def get_TempDir(config=None, mediatype=None):

@wrapper.config_reader
def get_truncation(config=None, mediatype=None):
val = None
if config == False:
return constants.TRUNCATION_DEFAULT

Expand Down

0 comments on commit ccbc0d9

Please sign in to comment.