![]() |
|
#2
|
|||
|
|||
It is just a warning, your script should still work. If you would like to get rid of the warning then place the following comment on the first line of your script:
Code:
# coding: UTF-8 |
|
|