keyword arguments are not supported yet

how do I fix this? I'm trying to execute a function working in the background while also running the main function
No description
5 Replies
Jack Clayton
Jack Clayton•17mo ago
Hi keyword arguments aren't supported yet sorry, but they're actively being worked on. Stay tuned and we'll announce when they land 🙂
!               Layer 2 VPN(VPS)
! Layer 2 VPN(VPS)OP•17mo ago
thanks!
roopesh puthalath
roopesh puthalath•17mo ago
@Jack Clayton Hi jack, Good morning.. when do you think keyword arguments will be supported? Approx timeline
Jack Clayton
Jack Clayton•17mo ago
I can't say sorry, it's being worked on, but there's currently no timeline
Igor
Igor•17mo ago
You can workaround it by having a "util" that gets just one regular argument and return the thread in a different Python module

Did you find this page helpful?