mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-27 02:14:19 +01:00
change encoding tag to utf-8
This commit is contained in:
parent
458c01676b
commit
b444f257ac
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: cp1252 -*-
|
||||
# -*- coding: UTF-8 -*-
|
||||
|
||||
"""
|
||||
FFAgent-Plugin to send FMS-, ZVEI- and POCSAG - messages to FF-Agent
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: cp1252 -*-
|
||||
# -*- coding: UTF-8 -*-
|
||||
|
||||
"""
|
||||
Pushover-Plugin to send FMS-, ZVEI- and POCSAG - messages to Pushover Clients
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: cp1252 -*-
|
||||
# -*- coding: UTF-8 -*-
|
||||
|
||||
"""
|
||||
SMS77-Plugin to send FMS-, ZVEI- and POCSAG - messages to SMS77
|
||||
|
|
|
|||
Loading…
Reference in a new issue