Skip to content

Commit

Permalink
fixed timeout type in remote vba
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Dec 11, 2023
1 parent 1328896 commit 9d68649
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,4 @@ Links
* Book (O'Reilly, 2021): https://www.xlwings.org/book
* Video Course: https://training.xlwings.org/p/xlwings
* Source Code: https://github.com/xlwings/xlwings

xltrail
-------

The Excel files are also tracked with `xltrail <https://www.xltrail.com>`_. You can see the diffs
`here <https://app.xltrail.com/#/?path=github.com%2Fxlwings%2Fxlwings.git&branch=main&public=true>`_.
* xltrail (Version control for Excel files): https://www.xltrail.com
2 changes: 1 addition & 1 deletion xlwings/addin/Remote.bas
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Function RunRemotePython( _
Optional include As String, _
Optional exclude As String, _
Optional headers As Variant, _
Optional timeout As Integer, _
Optional timeout As Long, _
Optional proxyServer As String, _
Optional proxyBypassList As String, _
Optional proxyUsername As String, _
Expand Down
Binary file modified xlwings/addin/xlwings.xlam
Binary file not shown.

0 comments on commit 9d68649

Please sign in to comment.