Parcourir la source

Add todo notes.

master
rewby il y a 9 mois
Parent
révision
71c88e571b
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. +6
    -0
      main.py

+ 6
- 0
main.py Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer