Change the channel being tested

master
Inex Code 2022-04-28 12:52:02 +03:00
parent 4c6f74b312
commit 0e45e84a8c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Channel(Resource):
class GetNewChannel(Resource): class GetNewChannel(Resource):
def post(self): def post(self):
r = requests.get("https://nixos.org/channels/nixos-21.05") r = requests.get("https://nixos.org/channels/nixos-21.11")
channel = r.url channel = r.url
# Save the new channel to file # Save the new channel to file
with open("channel_url.txt", "w") as f: with open("channel_url.txt", "w") as f: