Skip to content

Commit 0bfd9c5

Browse files
committed
default encoding fix
1 parent 8258c85 commit 0bfd9c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

starter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
import sys
2+
reload(sys)
3+
sys.setdefaultencoding('utf8')
4+
15
import yaml
26
from jamf import JamfApi
37
from device42 import Device42Api

0 commit comments

Comments
 (0)