mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-23 12:27:13 +02:00
no python3.9 on github actions
This commit is contained in:
@ -38,9 +38,9 @@ def get_header_versions():
|
|||||||
|
|
||||||
parser = argparse.ArgumentParser(description='Checks and update Version files')
|
parser = argparse.ArgumentParser(description='Checks and update Version files')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--update', action=argparse.BooleanOptionalAction, default=False)
|
'--update', action='store_true', default=False)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--check', action=argparse.BooleanOptionalAction, default=True)
|
'--check', action='store_true', default=True)
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user