Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
mglants committed Jun 14, 2024
1 parent 15bb5b9 commit 1b76c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/gammu-telegram/ci/latest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

def get_latest(channel):
return "v0.0.1"
return "v0.0.2"

if __name__ == "__main__":
import sys
Expand Down
2 changes: 1 addition & 1 deletion apps/gammu-telegram/scripts/gammu.conf.pre
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Service = files
PIN = XXXX
LogFile = /dev/stdout
HangupCalls = 1
RunOnReceive = /usr/bin/python3 /scripts/sms_received.py
RunOnReceive = /usr/bin/python3 /scripts/telegram.py
InboxPath = /data/inbox/
OutboxPath = /data/outbox/
SentSMSPath = /data/sent/
Expand Down

0 comments on commit 1b76c99

Please sign in to comment.