Skip to content

Commit

Permalink
Updated python script
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Sep 9, 2024
1 parent 3c68afa commit f2b114c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/rl-wrapper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
New! Keyboard shortcutsDrive keyboard shortcuts have been updated to give you first-letters navigation
#!/usr/bin/env python3

import argparse
Expand Down Expand Up @@ -278,4 +277,4 @@ def main():
RLSECURE_SITE_KEY = os.getenv('RLSECURE_SITE_KEY')
RLSECURE_LICENSE = os.getenv('RLSECURE_LICENSE')

main()
main()

0 comments on commit f2b114c

Please sign in to comment.