Skip to content

Commit c0849da

Browse files
committed
fix: url join error on windows
1 parent 952cb2e commit c0849da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitivity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ def callback() -> json:
114114

115115
return app
116116
except Exception:
117-
raise
117+
raise

0 commit comments

Comments
 (0)