format code
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import json
|
||||
|
||||
from sdgb import sdgb_api
|
||||
from sdgb import aimedb_api
|
||||
from settings import userId, accessCode
|
||||
|
||||
def preview(userId):
|
||||
@@ -14,5 +13,4 @@ def preview(userId):
|
||||
return preview_result
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(aimedb_api(accessCode))
|
||||
print(preview(userId))
|
||||
|
||||
Reference in New Issue
Block a user