From 4266e130858c28f67a840c5200d0db4e80641f0b Mon Sep 17 00:00:00 2001 From: Cyrus Date: Wed, 9 Oct 2024 03:10:08 +0200 Subject: [PATCH] Updated default config and github workflows/release.yml --- .github/workflows/release.yml | 10 +++++----- config.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9fa7dc..2ed4bd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v2 with: - python-version: 3.10.9 + python-version: 3.12.7 - name: Install Python dependencies run: | @@ -32,7 +32,7 @@ jobs: run: pyinstaller --hidden-import zeroconf._utils.ipaddress --hidden-import zeroconf._handlers.answers --hidden-import=clr --add-data "./img/logo.png;img" --noconsole --onefile --distpath ./build --name=vrc-vrphone main.py - name: Deploy EXE - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: vrc-vrphone path: ./build/vrc-vrphone.exe @@ -45,9 +45,9 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: vrc-vrphone path: artifact/vrc-vrphone diff --git a/config.py b/config.py index 4ea3219..a6bc964 100644 --- a/config.py +++ b/config.py @@ -21,7 +21,7 @@ def __init__(self): "version": 1, "server_port": 9001, "microsip_binary": microsip_binary, - "interaction_timeout": 3, + "interaction_timeout": 2, "log_verbose": False, "phonebook": [ ["Entry1", "5229"],