mirror of
https://github.com/nova-r/fediplug.git
synced 2025-03-10 07:39:00 +01:00
no need for sys.argv
anymore
This commit is contained in:
parent
7f88d23d0a
commit
96096d7b00
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def build_play_command(filename):
|
|||
def main():
|
||||
from getpass import getpass
|
||||
from os import path
|
||||
from sys import exit, argv
|
||||
from sys import exit
|
||||
|
||||
api_base_url = environ.get('FEDIPLAY_API_BASE_URL')
|
||||
if not api_base_url:
|
||||
|
|
Loading…
Reference in a new issue