config.toml to gitignore

This commit is contained in:
onyx-and-iris
2022-08-08 00:06:40 +01:00
parent 9f0e5c7891
commit a45a57d1e4
4 changed files with 4 additions and 4 deletions

View File

@@ -12,6 +12,6 @@ def main():
if __name__ == "__main__":
kind_id = "MR18"
ip = "mixer.local"
ip = "<ip address>"
main()