Update settings.py - remove utf-8 decode

Merged Aleksandr requested to merge xUnder/tower:xUnder-master-patch-30964 into master

When saving the settings, I get an error "AttributeError: 'str' object has no attribute 'decode'" And AFAIK In Python 3, all the strings are in Unicode format by default.

Merge request reports