added: todoist-nativefier

This commit is contained in:
Sebastian Rust
2022-07-10 13:39:58 +02:00
parent b9e022694e
commit 2e3d890743
4 changed files with 5 additions and 2 deletions

View File

@@ -11,8 +11,6 @@ def add(c, url, name=None):
print(name)
if name is None:
pos = url.rfind('/') + 1
print(url)
print(pos)
ending = url[pos:]
ending = ending.split(".")
name = ending[0]