Skip to content
  • developer7's avatar
    web_api: · b4888b87
    developer7 authored
    - commands.py(1.8)
      - import inspect.getargspec module;
      - command():
        - using the getargspec to find out the number of parameters of the invoking function;
      - change **kwargs in function param with **pg;
    b4888b87