superjkl
superjkl
**Describe the bug** After importing an export file which includes saved tweets I cannot see my saved tweets in the app. (also thanks so much for you work on fritter,...
Using apprise we have the option to support notifications for whatever the library supports. It's as simple as keeping a list of URLs for each service a user wants notifications...
Given arguments in the form of: `os.execv("../file.py", ["../file.py", arg1, ...]) ` They will be patched to: `os.execv("../file.py", ["python", "../../pydevd.py", "--host", "--port", "--file", "../file.py", arg1, ...])` This will end up with...