Skip to content

Commit

Permalink
updated helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
GChristensen committed Aug 20, 2022
1 parent cf14df2 commit b382d9c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion helper/scrapyard/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from . import server, browser

VERSION = "1.1"
VERSION = "1.2"


def main():
Expand Down
6 changes: 0 additions & 6 deletions helper/scrapyard/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ def root():
return "Scrapyard helper application"


@app.route("/ping")
@requires_auth
def ping():
return "OK"


@app.route("/exit")
@requires_auth
def exit_app():
Expand Down
2 changes: 1 addition & 1 deletion helper/setup.nsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Unicode True

!define APPNAME "Scrapyard Helper"
!define VERSION "1.1"
!define VERSION "1.2"

!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion helper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='scrapyard_helper',
version='1.1',
version='1.2',
packages=['scrapyard'],
url='',
license='',
Expand Down

0 comments on commit b382d9c

Please sign in to comment.