We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8258c85 commit 0bfd9c5Copy full SHA for 0bfd9c5
starter.py
@@ -1,3 +1,7 @@
1
+import sys
2
+reload(sys)
3
+sys.setdefaultencoding('utf8')
4
+
5
import yaml
6
from jamf import JamfApi
7
from device42 import Device42Api
0 commit comments