Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimalDinosaur committed May 1, 2020
1 parent 7fb17ca commit 192f598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Currently, octoprint-cli is limited to only printers with a single extruder and

Colored and formatted text is not available on Windows systems due to the lack of support on cmd and powershell terminals

## Installation

Windows users can grab the application from [releases](https://github.com/UserBlackBox/octoprint-cli/releases)

Linux users can drop the python program in their user bin folder

## Usage

```
Expand Down
2 changes: 1 addition & 1 deletion octoprint-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def help_msg(): #help message
config = configparser.ConfigParser() #load config file
try:
open('config.ini')
config.read('config.ini')
config.read(os.path.join(sys.path[0],'config.ini'))
destination = config['server']['ServerAddress']
key = config['server']['ApiKey']
except KeyError:
Expand Down

0 comments on commit 192f598

Please sign in to comment.