We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad41609 commit 2b080c2Copy full SHA for 2b080c2
1 file changed
README.md
@@ -23,6 +23,8 @@ List clients with no file backup in the last three days:
23
24
```python
25
import urbackup_api
26
+import time
27
+import datetime
28
server = urbackup_api.urbackup_server("http://127.0.0.1:55414/x", "admin", "foo")
29
clients = server.get_status()
30
diff_time = 3*24*60*60 # 3 days
0 commit comments