Browse Source

fix: commit for semantic PR

pull/3582/head
Adithya Hegde 4 years ago
committed by GitHub
parent
commit
715cfd64fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lgsm/functions/query_gsquery.py

1
lgsm/functions/query_gsquery.py

@ -142,6 +142,5 @@ if __name__ == '__main__':
help='Display debugging output.'
)
options, arguments = parser.parse_args()
#
server = gsquery(options, arguments)
server.responding()

Loading…
Cancel
Save