Skip to content

Commit

Permalink
Some optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinaAcct committed Jul 8, 2024
1 parent bca51ac commit 9d48f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/AAP.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def main():
else:
logger.warning(f"Received extra args: {eargs}")
if skey is rnum:
logger.info(f"No skey provided. Use {skey}")
logger.warning(f"No skey provided. Using the default random number as SuperKey is not a good idea. Current SuperKey:{skey}.")
else:
logger.info(f"Received skey: {skey}")
get_tool()
Expand Down

0 comments on commit 9d48f83

Please sign in to comment.