spla/appy
2
15
Fork
You've already forked appy
3

SyntaxError: f-string: unmatched '[' #30

Closed
opened 2025年04月03日 17:24:17 +02:00 by spla · 0 comments
Owner
Copy link
..app/appy.py", line 2290
actor = f'https://{db.server_domain}/users/{tokens['auth_username']}',
 ^^^^^^^^^^^^^
SyntaxError: f-string: unmatched '['
app/appy.py", line 2297
 f'https://{db.server_domain}/users/{tokens['auth_username']}/followers'
 ^^^^^^^^^^^^^
SyntaxError: f-string: unmatched '['
app/appy.py", line 2351
 id=f'https://{db.server_domain}/users/{tokens['auth_username']}#announces/{announce_id}/undo',
 ^^^^^^^^^^^^^
SyntaxError: f-string: unmatched '['
app/appy.py", line 2352
 actor=f'https://{db.server_domain}/users/{tokens['auth_username']}',
 ^^^^^^^^^^^^^
SyntaxError: f-string: unmatched '['
app/appy.py", line 2434
 "url": f'https://{db.server_domain}/tags/{tag['name']}',
 ^^^^
SyntaxError: f-string: unmatched '['
``` ..app/appy.py", line 2290 actor = f'https://{db.server_domain}/users/{tokens['auth_username']}', ^^^^^^^^^^^^^ SyntaxError: f-string: unmatched '[' ``` ``` app/appy.py", line 2297 f'https://{db.server_domain}/users/{tokens['auth_username']}/followers' ^^^^^^^^^^^^^ SyntaxError: f-string: unmatched '[' ``` ``` app/appy.py", line 2351 id=f'https://{db.server_domain}/users/{tokens['auth_username']}#announces/{announce_id}/undo', ^^^^^^^^^^^^^ SyntaxError: f-string: unmatched '[' ``` ``` app/appy.py", line 2352 actor=f'https://{db.server_domain}/users/{tokens['auth_username']}', ^^^^^^^^^^^^^ SyntaxError: f-string: unmatched '[' ``` ``` app/appy.py", line 2434 "url": f'https://{db.server_domain}/tags/{tag['name']}', ^^^^ SyntaxError: f-string: unmatched '[' ```
spla referenced this issue from a commit 2025年04月03日 17:42:44 +02:00
Sign in to join this conversation.
No Branch/Tag specified
main
release/v0.1.1
release/v0.1
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.1
v0.1
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
spla/appy#30
Reference in a new issue
spla/appy
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?