Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions apps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import git
import json
import time
import logging
import argparse
Expand Down Expand Up @@ -150,7 +148,7 @@ def get_app_info(repo):
app.dump()


def export_xlsx(save_path='.'):
def export_xlsx(save_path='.'):
save_path = Path(save_path).absolute()
appuserlist = MyJson(save_path / 'appuserlist.json')
workbook = Workbook()
Expand Down