omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Does the dropbox 6.4.0 library support TLS 1.2?

    Pythonista
    dropbox
    10
    22
    3263
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ccc
      ccc last edited by

      return [ key for key in pkg_data['releases'].keys() if pkg_data['releases'][key] ]
      # -->
      return [key for key, value in pkg_data['releases'].items() if value]
      
      1 Reply Last reply Reply Quote 0
      • americanhydrocar
        americanhydrocar last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors