Open albarron opened 4 years ago
The following line makes reference to running this script with python3:
https://github.com/cristinae/WikiTailor/blob/05bc0a69bb4a3f049343a77758a35e39e4497d7c/scripts/deleteEmojis.py#L56
Nevertheless, according to this entry, in python 3 there is no unicode, which is used here:
https://github.com/cristinae/WikiTailor/blob/05bc0a69bb4a3f049343a77758a35e39e4497d7c/scripts/deleteEmojis.py#L35
It seems like we have to either say this should be run with python 2 or unicode should be changed/
The following line makes reference to running this script with python3:
https://github.com/cristinae/WikiTailor/blob/05bc0a69bb4a3f049343a77758a35e39e4497d7c/scripts/deleteEmojis.py#L56
Nevertheless, according to this entry, in python 3 there is no unicode, which is used here:
https://github.com/cristinae/WikiTailor/blob/05bc0a69bb4a3f049343a77758a35e39e4497d7c/scripts/deleteEmojis.py#L35
It seems like we have to either say this should be run with python 2 or unicode should be changed/