Skip to content

Commit

Permalink
Merge pull request #4 from PaperCutSoftware/changePriority
Browse files Browse the repository at this point in the history
Change priority from 40 to 1
  • Loading branch information
dotnal committed Jun 14, 2018
2 parents 506a432 + dd36ded commit 70b84c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pc-prtg-generator.py
Expand Up @@ -115,7 +115,7 @@ def createDeviceTemplateRoot(**kwargs):
root = ET.Element('devicetemplate')
root.set('id', kwargs.get('id', ''))
root.set('name', kwargs.get('name', ''))
root.set('priority', kwargs.get('priority', '40'))
root.set('priority', kwargs.get('priority', '1'))
root.set('adddevicename', kwargs.get('name', ''))

return root
Expand Down

0 comments on commit 70b84c4

Please sign in to comment.