mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
7 lines
107 B
Python
7 lines
107 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
import tlnb
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
tlnb.main(role="task", role2="ec2task")
|