Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad88me committed Mar 24, 2021
1 parent 4ff2f8e commit 9ed2b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def editor():
print(headers)
logger.debug("headers: ")
logger.debug(str(headers))
headers_str_test = str(headers)
headers_str_test = headers[-1]#str(headers)
logger.debug("headers string: ")
logger.debug(headers_str_test)
detected_encoding = chardet.detect(headers_str_test)['encoding']
Expand Down

0 comments on commit 9ed2b4e

Please sign in to comment.