dropin

alternative frontend for dropout.tv
git clone https://git.ce9e.org/dropin.git

commit
385cc3b631bed5fc9de373c021a8c8cd77dea221
parent
d0039fd46be4c49163ad6cdeb053a0bd7ea2bfc6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-02-06 21:25
rename to dropin.py

Diffstat

M README.md 2 +-
R dropout.py -> dropin.py 0

2 files changed, 1 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -10,5 +10,5 @@ only Dropout-specific code is the authentication.
   10    10 
   11    11 ```
   12    12 pip install -r requirements.txt
   13    -1 DROPOUT_EMAIL='me@example.com' DROPOUT_PASSWORD='abc123' python3 dropout.py
   -1    13 DROPOUT_EMAIL='me@example.com' DROPOUT_PASSWORD='abc123' python3 dropin.py
   14    14 ```

diff --git a/dropout.py b/dropin.py