mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-10 18:30:19 +01:00
Add download_dump endpoint
This commit is contained in:
3
src/app/utils.py
Normal file
3
src/app/utils.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class DummyWriter:
|
||||
def write(self, line):
|
||||
return line
|
||||
Reference in New Issue
Block a user