mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-22 04:40:58 +00:00
config.toml to gitignore
This commit is contained in:
parent
9f0e5c7891
commit
a45a57d1e4
2
.gitignore
vendored
2
.gitignore
vendored
@ -129,3 +129,5 @@ dmypy.json
|
|||||||
|
|
||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
|
config.toml
|
@ -28,7 +28,7 @@ A toml file named config.toml, placed into the current working directory of your
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[connection]
|
[connection]
|
||||||
ip=<ip address>
|
ip = "<ip address>"
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively you may pass it as a keyword argument.
|
Alternatively you may pass it as a keyword argument.
|
||||||
|
@ -12,6 +12,6 @@ def main():
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
kind_id = "MR18"
|
kind_id = "MR18"
|
||||||
ip = "mixer.local"
|
ip = "<ip address>"
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
[connection]
|
|
||||||
ip=172.16.0.100
|
|
Loading…
Reference in New Issue
Block a user