Commit 416f387
committed
Update gcm.py
Fixed a situation where if the TTL was 0 the if statement would effectively fail.
A TTL of zero means deliver now or never which is necessary for my use case.1 parent 4df164f commit 416f387
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments