Skip to content

Commit

Permalink
anonymization
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinsins committed Oct 6, 2022
1 parent 9ff1e38 commit 6252c1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions buildserver_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
You may obtain a copy of the Licence at:
https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
"""

def main():
Expand All @@ -20,7 +16,7 @@ def main():
default="http://IP_REST_API:PORT/",
help=_("Path to the the REST API of the personality"))
parser.add_argument("--appid",
default="at.jku.ins.sampleapp",
default="com.company.appid",
help=_("App ID"))
parser.add_argument("--version",
default="1",
Expand Down

0 comments on commit 6252c1c

Please sign in to comment.