Skip to content

Commit

Permalink
switch back to module api
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimalDinosaur committed Jun 26, 2021
1 parent 1d49092 commit ad276d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octoprint_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import requests
from termcolor import colored
from octoprint_cli import __version__
# from octoprint_cli.api import api
from api import api
from octoprint_cli.api import api
# from api import api

config = configparser.ConfigParser()
parser = argparse.ArgumentParser(prog="octoprint-cli", description="Command line tool for controlling OctoPrint 3D printer servers",
Expand Down

0 comments on commit ad276d6

Please sign in to comment.