nowe podejście
This commit is contained in:
11
.config/sway/bin/alarms.py
Executable file
11
.config/sway/bin/alarms.py
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Alarmy moich SNS
|
||||
"""
|
||||
|
||||
|
||||
import boto3
|
||||
|
||||
client = boto3.client('sns')
|
||||
|
||||
print(client.list_subscriptions())
|
Reference in New Issue
Block a user