Changeset bc346a2


Ignore:
Timestamp:
2021-03-31T13:09:17Z (3 years ago)
Author:
/ <>
Children:
6083ea9
Parents:
bda5012
Message:

ugggh

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci.yml

    rbda5012 rbc346a2  
    4747
    4848    - name: register
     49      if: ${{ always() }}
    4950      run: |
    5051        ./.tests/setup_prosody.sh
     
    6263
    6364    - name: unregister
     65      if: ${{ always() }}
    6466      run: |
    6567        ./.tests/setup_prosody.sh
  • .tests/btlib.py

    rbda5012 rbc346a2  
    164164    clis[1].send_priv_msg("&bitlbee", "register "+clis[1].pwd*2)
    165165    ret = (clis[1].receive(wait = 10).find('Account successfully created') != -1)
    166     print("What is this"+ ret)
     166    print("What is this"+ str(ret))
    167167    return ret
    168168   
Note: See TracChangeset for help on using the changeset viewer.