浏览代码

Add todo notes.

master
rewby 9 个月前
父节点
当前提交
71c88e571b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      main.py

+ 6
- 0
main.py 查看文件

@@ -20,6 +20,12 @@ logging.basicConfig(level=logging.INFO)
BACKFEED_DELIM = "\n"


# TODO: Create a function that abstracts away the while True try except loops. With exponential backoff.
# time.sleep(min(2**tries, 64))
# TODO: Add rsync support
# TODO: Add rsync+ssh support
# TODO: Add webdav support.

@click.group()
def sender():
pass


正在加载...
取消
保存